Skip to content

Commit

Permalink
Revert "Bind Ctrl+s to Comfy.SaveWorkflow (#1599)" (#1614)
Browse files Browse the repository at this point in the history
This reverts commit 0058691.
  • Loading branch information
huchenlei authored Nov 20, 2024
1 parent 8906f5c commit 77b85ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/coreKeybindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const CORE_KEYBINDINGS: Keybinding[] = [
key: 's',
ctrl: true
},
commandId: 'Comfy.SaveWorkflow'
commandId: 'Comfy.ExportWorkflow'
},
{
combo: {
Expand Down

0 comments on commit 77b85ac

Please sign in to comment.