swap link release defaults between normal and shift

This commit is contained in:
bymyself
2025-05-20 13:39:58 -07:00
parent 13f03fed65
commit 8ca7f7e589

View File

@@ -1,5 +1,4 @@
import { LinkMarkerShape } from '@comfyorg/litegraph'
import { LiteGraph } from '@comfyorg/litegraph'
import { LinkMarkerShape, LiteGraph } from '@comfyorg/litegraph'
import type { ColorPalettes } from '@/schemas/colorPaletteSchema'
import type { Keybinding } from '@/schemas/keyBindingSchema'
@@ -37,7 +36,7 @@ export const CORE_SETTINGS: SettingParams[] = [
name: 'Action on link release (Shift)',
type: 'combo',
options: Object.values(LinkReleaseTriggerAction),
defaultValue: LinkReleaseTriggerAction.SEARCH_BOX
defaultValue: LinkReleaseTriggerAction.CONTEXT_MENU
},
{
id: 'Comfy.NodeSearchBoxImpl.NodePreview',