mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
Change close on mouseleave to false
This commit is contained in:
parent
e9206a52da
commit
4461ddc9e6
@ -108,7 +108,7 @@
|
||||
node_box_coloured_when_on: false, // [true!] this make the nodes box (top left circle) coloured when triggered (execute/action), visual feedback
|
||||
node_box_coloured_by_mode: false, // [true!] nodebox based on node mode, visual feedback
|
||||
|
||||
dialog_close_on_mouse_leave: true, // [false on mobile] better true if not touch device, TODO add an helper/listener to close if false
|
||||
dialog_close_on_mouse_leave: false, // [false on mobile] better true if not touch device, TODO add an helper/listener to close if false
|
||||
dialog_close_on_mouse_leave_delay: 500,
|
||||
|
||||
shift_click_do_break_link_from: false, // [false!] prefer false if results too easy to break links - implement with ALT or TODO custom keys
|
||||
|
Loading…
Reference in New Issue
Block a user