mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
Merge pull request #403 from jnyfil/master
Fix auto-open bug in context menu
This commit is contained in:
@@ -13750,7 +13750,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
if (!disabled) {
|
||||
element.addEventListener("click", inner_onclick);
|
||||
}
|
||||
if (options.autoopen) {
|
||||
if (!disabled && options.autoopen) {
|
||||
LiteGraph.pointerListenerAdd(element,"enter",inner_over);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user