mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 06:09: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;
|
let parent = mainKeyset.parentElement;
|
||||||
|
//mainKeyset.remove();
|
||||||
|
|
||||||
mainKeyset.remove();
|
|
||||||
const children = mainKeyset.children;
|
const children = mainKeyset.children;
|
||||||
for (let i = children.length - 1; i >= 0; i--) {
|
for (let i = children.length - 1; i >= 0; i--) {
|
||||||
let key = children[i];
|
let key = children[i];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue