mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Make submission menu keyboard of ff not open find menu
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user