Skip to content

Commit 887ea0b

Browse files
committed
style
1 parent 901a890 commit 887ea0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/extensions/core/widgetInputs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ app.registerExtension({
258258
const input = theirNode.inputs[link.target_slot];
259259
if (!input) return;
260260

261-
261+
262262
var _widget;
263263
if (!input.widget) {
264264
if (!(input.type in ComfyWidgets)) return;

0 commit comments

Comments
 (0)