Skip to content

Commit 35a09fc

Browse files
committed
disableOnInputLikeControls
1 parent d4d6547 commit 35a09fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/builder/app/builder/shared/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ export const { emitCommand, subscribeCommands } = createCommandsEmitter({
730730
description: "View keyboard shortcuts",
731731
category: "General",
732732
defaultHotkeys: ["shift+?"],
733+
disableOnInputLikeControls: true,
733734
handler: () => {
734735
openKeyboardShortcutsDialog();
735736
},

0 commit comments

Comments
 (0)