mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 15:09:59 +02:00
Refactor keyboard shortcuts and tab unloader logic
This commit is contained in:
parent
f7135c0f4a
commit
d2296c0523
2 changed files with 4 additions and 4 deletions
|
@ -854,7 +854,7 @@ var gZenKeyboardShortcutsManager = {
|
|||
if (key.getAttribute('internal') == 'true') {
|
||||
continue;
|
||||
}
|
||||
key.remove();
|
||||
key.setAttribute('disabled', 'true');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue