"...tests/git@developer.sourcefind.cn:change/sglang.git" did not exist on "5fe39e85a277125d4e782cbd58811932fb6b477f"
Commit b9911dcb authored by comfyanonymous's avatar comfyanonymous
Browse files
parent 3762e676
......@@ -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){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment