Skip to content

Commit

Permalink
Sync litegraph with repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jan 24, 2024
1 parent 3762e67 commit b9911dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/litegraph.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit b9911dc

Please sign in to comment.