Skip to content

Commit 8e12ad5

Browse files
committed
fix(sidebar): skip Cmd+B sidebar toggle inside editable fields
1 parent 5da3467 commit 8e12ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/utils/commands-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const COMMAND_DEFINITIONS: Record<CommandId, CommandDefinition> = {
9696
'toggle-sidebar': {
9797
id: 'toggle-sidebar',
9898
shortcut: 'Mod+B',
99-
allowInEditable: true,
99+
allowInEditable: false,
100100
},
101101
}
102102

0 commit comments

Comments
 (0)