From 77b85acdd5c8effebbd77aed183e72abb02a0658 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 20 Nov 2024 09:27:01 -0500 Subject: [PATCH] Revert "Bind Ctrl+s to Comfy.SaveWorkflow (#1599)" (#1614) This reverts commit 005869157971815cdfe535f65292dc5d3428b85c. --- src/stores/coreKeybindings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/coreKeybindings.ts b/src/stores/coreKeybindings.ts index 3d0d60ec3..089d1343f 100644 --- a/src/stores/coreKeybindings.ts +++ b/src/stores/coreKeybindings.ts @@ -59,7 +59,7 @@ export const CORE_KEYBINDINGS: Keybinding[] = [ key: 's', ctrl: true }, - commandId: 'Comfy.SaveWorkflow' + commandId: 'Comfy.ExportWorkflow' }, { combo: {