mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
Sync litegraph with repo.
https://github.com/comfyanonymous/litegraph.js/pull/4
This commit is contained in:
parent
3762e676a9
commit
b9911dcb2f
@ -11496,7 +11496,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
}
|
||||
timeout_close = setTimeout(function() {
|
||||
dialog.close();
|
||||
}, 500);
|
||||
}, typeof options.hide_on_mouse_leave === "number" ? options.hide_on_mouse_leave : 500);
|
||||
});
|
||||
// if filtering, check focus changed to comboboxes and prevent closing
|
||||
if (options.do_type_filter){
|
||||
|
Loading…
Reference in New Issue
Block a user