[feat] Remove default Backspace keybinding to clear workflow (#4586)

This commit is contained in:
Christian Byrne
2025-07-29 20:42:38 -07:00
committed by GitHub
parent f064fec3a8
commit d70949dd47

View File

@@ -68,12 +68,6 @@ export const CORE_KEYBINDINGS: Keybinding[] = [
},
commandId: 'Comfy.OpenWorkflow'
},
{
combo: {
key: 'Backspace'
},
commandId: 'Comfy.ClearWorkflow'
},
{
combo: {
key: 'g',