mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 15:20:00 +02:00
Synced workspaces across windows and also implemented MultiWindowFeatures
This commit is contained in:
parent
fbe5727705
commit
2ea7024eea
5 changed files with 273 additions and 244 deletions
|
@ -788,7 +788,7 @@ var gZenKeyboardShortcutsManager = {
|
|||
},
|
||||
|
||||
_applyShortcuts() {
|
||||
for (const browser of ZenThemesCommon.browsers) {
|
||||
for (const browser of ZenMultiWindowFeature.browsers) {
|
||||
let mainKeyset = browser.document.getElementById('mainKeyset');
|
||||
if (!mainKeyset) {
|
||||
throw new Error('Main keyset not found');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue