From 8ca7f7e5896f9d7f6a540a59666a30ae7ff431bd Mon Sep 17 00:00:00 2001 From: bymyself Date: Tue, 20 May 2025 13:39:58 -0700 Subject: [PATCH] swap link release defaults between normal and shift --- src/constants/coreSettings.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index 10e7a9b8b..6fd159248 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -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',