Skip to content

Commit f1d04ac

Browse files
authored
fix: fix questionmark shortcut for shortcuts dialog (webstudio-is#5500)
## Description It needs to be typable in the inputs ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent d4d6547 commit f1d04ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)