mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-07-29 02:45:40 +08:00
add break for switch case in ConditioningMultiCombine
This commit is contained in:
parent
efa350aba4
commit
54acccd4b3
@ -29,6 +29,7 @@ app.registerExtension({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case "SoundReactive":
|
case "SoundReactive":
|
||||||
nodeType.prototype.onNodeCreated = function () {
|
nodeType.prototype.onNodeCreated = function () {
|
||||||
let audioContext;
|
let audioContext;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user