mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 07:19:41 +00:00
Allow selecting multi nodes without pressing extra keys
This commit is contained in:
2
src/litegraph.d.ts
vendored
2
src/litegraph.d.ts
vendored
@@ -1142,6 +1142,8 @@ export declare class LGraphCanvas {
|
||||
allow_interaction: boolean;
|
||||
/** allows to change a connection with having to redo it again */
|
||||
allow_reconnect_links: boolean;
|
||||
/** allow selecting multi nodes without pressing extra keys */
|
||||
multi_select: boolean;
|
||||
/** No effect */
|
||||
allow_searchbox: boolean;
|
||||
always_render_background: boolean;
|
||||
|
||||
Reference in New Issue
Block a user