mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
swap link release defaults between normal and shift
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import { LinkMarkerShape } from '@comfyorg/litegraph'
|
import { LinkMarkerShape, LiteGraph } from '@comfyorg/litegraph'
|
||||||
import { LiteGraph } from '@comfyorg/litegraph'
|
|
||||||
|
|
||||||
import type { ColorPalettes } from '@/schemas/colorPaletteSchema'
|
import type { ColorPalettes } from '@/schemas/colorPaletteSchema'
|
||||||
import type { Keybinding } from '@/schemas/keyBindingSchema'
|
import type { Keybinding } from '@/schemas/keyBindingSchema'
|
||||||
@@ -37,7 +36,7 @@ export const CORE_SETTINGS: SettingParams[] = [
|
|||||||
name: 'Action on link release (Shift)',
|
name: 'Action on link release (Shift)',
|
||||||
type: 'combo',
|
type: 'combo',
|
||||||
options: Object.values(LinkReleaseTriggerAction),
|
options: Object.values(LinkReleaseTriggerAction),
|
||||||
defaultValue: LinkReleaseTriggerAction.SEARCH_BOX
|
defaultValue: LinkReleaseTriggerAction.CONTEXT_MENU
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'Comfy.NodeSearchBoxImpl.NodePreview',
|
id: 'Comfy.NodeSearchBoxImpl.NodePreview',
|
||||||
|
|||||||
Reference in New Issue
Block a user