mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
style
This commit is contained in:
parent
901a890199
commit
887ea0ba83
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user