We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be66d7 commit 5aa7237Copy full SHA for 5aa7237
1 file changed
web/js/main.js
@@ -63,8 +63,8 @@ function initializeEventHandlers() {
63
const nodeInfo = new NodeInfo(node.comfyClass || node.constructor.name, inputName);
64
attachListeners(inputEl, nodeInfo);
65
}
66
- return result;
67
+ return result;
68
};
69
70
0 commit comments