refactor: Initialize shortcuts only on the browser page

This commit is contained in:
Mauro Balades 2024-08-09 00:00:23 +02:00
parent fd893e06f6
commit 0e9849bab8
2 changed files with 182 additions and 0 deletions

View file

@ -121,6 +121,7 @@ const kZKSActions = {
const kZKSStorageKey = "zen.keyboard.shortcuts";
var gZenKeyboardShortcuts = {
init() {
return;
this._initShortcuts();
},