mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 21:30:15 +08:00
Fix typo in litegraph.core.js
deafult -> default
This commit is contained in:
parent
ef71d2c281
commit
d805ef433a
@ -125,8 +125,8 @@
|
|||||||
registered_slot_out_types: {}, // slot types for nodeclass
|
registered_slot_out_types: {}, // slot types for nodeclass
|
||||||
slot_types_in: [], // slot types IN
|
slot_types_in: [], // slot types IN
|
||||||
slot_types_out: [], // slot types OUT
|
slot_types_out: [], // slot types OUT
|
||||||
slot_types_default_in: [], // specify for each IN slot type a(/many) deafult node(s), use single string, array, or object (with node, title, parameters, ..) like for search
|
slot_types_default_in: [], // specify for each IN slot type a(/many) default node(s), use single string, array, or object (with node, title, parameters, ..) like for search
|
||||||
slot_types_default_out: [], // specify for each OUT slot type a(/many) deafult node(s), use single string, array, or object (with node, title, parameters, ..) like for search
|
slot_types_default_out: [], // specify for each OUT slot type a(/many) default node(s), use single string, array, or object (with node, title, parameters, ..) like for search
|
||||||
|
|
||||||
alt_drag_do_clone_nodes: false, // [true!] very handy, ALT click to clone and drag the new node
|
alt_drag_do_clone_nodes: false, // [true!] very handy, ALT click to clone and drag the new node
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user