Sync litegraph to repo.
https://github.com/comfyanonymous/litegraph.js/pull/6
This commit is contained in:
parent
d2e7f1b04b
commit
7daad468ec
|
@ -11549,7 +11549,7 @@ LGraphNode.prototype.executeAction = function(action)
|
|||
dialog.close();
|
||||
} else if (e.keyCode == 13) {
|
||||
if (selected) {
|
||||
select(selected.innerHTML);
|
||||
select(unescape(selected.dataset["type"]));
|
||||
} else if (first) {
|
||||
select(first);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue