Commit 887ea0ba authored by pythongosssss's avatar pythongosssss
Browse files

style

parent 901a8901
...@@ -258,7 +258,7 @@ app.registerExtension({ ...@@ -258,7 +258,7 @@ app.registerExtension({
const input = theirNode.inputs[link.target_slot]; const input = theirNode.inputs[link.target_slot];
if (!input) return; if (!input) return;
var _widget; var _widget;
if (!input.widget) { if (!input.widget) {
if (!(input.type in ComfyWidgets)) return; if (!(input.type in ComfyWidgets)) return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment