mirror of
https://github.com/zen-browser/components.git
synced 2025-07-09 00:55:29 +02:00
refactor: Initialize shortcuts only on the browser page
This commit is contained in:
parent
fd893e06f6
commit
0e9849bab8
2 changed files with 182 additions and 0 deletions
|
@ -121,6 +121,7 @@ const kZKSActions = {
|
|||
const kZKSStorageKey = "zen.keyboard.shortcuts";
|
||||
var gZenKeyboardShortcuts = {
|
||||
init() {
|
||||
return;
|
||||
this._initShortcuts();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue