mirror of
https://github.com/zen-browser/components.git
synced 2025-07-09 04:45:30 +02:00
refactor: Update ZenKeyboardShortcuts to toggle web panels and improve shortcuts
Remove unnecessary console.log statement in ZenThemeBuilder Disable Firefox shortcuts in ZenKeyboardShortcuts Initialize shortcuts only on the browser page Update ZenProfileDialogUI to improve profiles list and profile creation Remove unnecessary code in ZenWorkspaces.mjs Activate docShell for tab in ZenViewSplitter Remove redundant code in ZenViewSplitter
This commit is contained in:
parent
3f80eea589
commit
714a4428ef
4 changed files with 29 additions and 14 deletions
|
@ -422,7 +422,7 @@ var gZenViewSplitter = new class {
|
|||
// see browser-custom-elements.js's patch
|
||||
tab.linkedBrowser.zenModeActive = active;
|
||||
try {
|
||||
console.log(tab.linkedBrowser);
|
||||
console.info(tab.linkedBrowser);
|
||||
tab.linkedBrowser.docShellIsActive = active;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue