mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 23:19:58 +02:00
Might had fixed macos keyboard shortcuts
This commit is contained in:
parent
3676ca1418
commit
5a2bf6477b
1 changed files with 1 additions and 1 deletions
|
@ -798,8 +798,8 @@ var gZenKeyboardShortcutsManager = {
|
|||
}
|
||||
|
||||
let parent = mainKeyset.parentElement;
|
||||
//mainKeyset.remove();
|
||||
|
||||
mainKeyset.remove();
|
||||
const children = mainKeyset.children;
|
||||
for (let i = children.length - 1; i >= 0; i--) {
|
||||
let key = children[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue