mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Make submission menu keyboard of ff not open find menu
This commit is contained in:
parent
17cbd068b9
commit
e610e03e46
1 changed files with 2 additions and 0 deletions
|
@ -2571,6 +2571,8 @@ function hotkeyListener(e: KeyboardEvent): void {
|
|||
submitSegments();
|
||||
return;
|
||||
} else if (keybindEquals(key, openSubmissionMenuKey)) {
|
||||
e.preventDefault();
|
||||
|
||||
openSubmissionMenu();
|
||||
return;
|
||||
} else if (keybindEquals(key, previewKey)) {
|
||||
|
|
Loading…
Reference in a new issue