aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/content.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/content.ts')
-rw-r--r--src/content.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content.ts b/src/content.ts
index 04c2dcd3..cef93488 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -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)) {