Skip to content

Commit 56cce4d

Browse files
author
Jos van Roosmalen
committed
#343 fix
1 parent 6aa9fb4 commit 56cce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_modules_override/litegraph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5932,7 +5932,7 @@ LGraphNode.prototype.executeAction = function(action)
59325932
var block_default = false;
59335933
//console.log(e); //debug
59345934

5935-
if (e.target.localName == "input") {
5935+
if (e.target.localName == "input" || e.target.localName == "textarea") {
59365936
return;
59375937
}
59385938

0 commit comments

Comments
 (0)