mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
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();
|
dialog.close();
|
||||||
} else if (e.keyCode == 13) {
|
} else if (e.keyCode == 13) {
|
||||||
if (selected) {
|
if (selected) {
|
||||||
select(selected.innerHTML);
|
select(unescape(selected.dataset["type"]));
|
||||||
} else if (first) {
|
} else if (first) {
|
||||||
select(first);
|
select(first);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user