Allow selecting multi nodes without pressing extra keys

This commit is contained in:
Mohsen Karami
2022-11-30 16:00:34 +03:30
parent f87fb7d137
commit 6762f1f339
2 changed files with 4 additions and 1 deletions

2
src/litegraph.d.ts vendored
View File

@@ -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;