mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 12:40:00 +00:00
Remove deprecated setting Comfy.NodeSearchBoxImpl.LinkReleaseTrigger (#1574)
This commit is contained in:
@@ -484,11 +484,6 @@ const zSettings = z.record(z.any()).and(
|
||||
zBookmarkCustomization
|
||||
),
|
||||
'Comfy.NodeInputConversionSubmenus': z.boolean(),
|
||||
'Comfy.NodeSearchBoxImpl.LinkReleaseTrigger': z.enum([
|
||||
'always',
|
||||
'hold shift',
|
||||
'NOT hold shift'
|
||||
]),
|
||||
'Comfy.LinkRelease.Action': zLinkReleaseTriggerAction,
|
||||
'Comfy.LinkRelease.ActionShift': zLinkReleaseTriggerAction,
|
||||
'Comfy.NodeSearchBoxImpl.NodePreview': z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user