Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
4461ddc9
Commit
4461ddc9
authored
Mar 24, 2023
by
Zentropivity
Browse files
Change close on mouseleave to false
parent
e9206a52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+1
-1
No files found.
web/lib/litegraph.core.js
View file @
4461ddc9
...
@@ -108,7 +108,7 @@
...
@@ -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_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
node_box_coloured_by_mode
:
false
,
// [true!] nodebox based on node mode, visual feedback
dialog_close_on_mouse_leave:
tru
e, // [false on mobile] better true if not touch device, TODO add an helper/listener to close if false
dialog_close_on_mouse_leave
:
fals
e
,
// [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
,
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
shift_click_do_break_link_from
:
false
,
// [false!] prefer false if results too easy to break links - implement with ALT or TODO custom keys
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment