diff --git a/apps/builder/app/builder/shared/commands.ts b/apps/builder/app/builder/shared/commands.ts index 85521775bdb5..66d6369ad309 100644 --- a/apps/builder/app/builder/shared/commands.ts +++ b/apps/builder/app/builder/shared/commands.ts @@ -299,6 +299,8 @@ export const { emitCommand, subscribeCommands } = createCommandsEmitter({ handler: () => { $publishDialog.set("publish"); }, + disableHotkeyOnFormTags: true, + disableHotkeyOnContentEditable: true, }, { name: "openExportDialog", @@ -306,6 +308,8 @@ export const { emitCommand, subscribeCommands } = createCommandsEmitter({ handler: () => { $publishDialog.set("export"); }, + disableHotkeyOnFormTags: true, + disableHotkeyOnContentEditable: true, }, { name: "toggleComponentsPanel",