We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23c300b + cf3d2d1 commit 31d7f90Copy full SHA for 31d7f90
1 file changed
src/litegraph.js
@@ -13750,7 +13750,7 @@ LGraphNode.prototype.executeAction = function(action)
13750
if (!disabled) {
13751
element.addEventListener("click", inner_onclick);
13752
}
13753
- if (options.autoopen) {
+ if (!disabled && options.autoopen) {
13754
LiteGraph.pointerListenerAdd(element,"enter",inner_over);
13755
13756
0 commit comments