mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-04-08 05:36:58 +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":
|
||||
nodeType.prototype.onNodeCreated = function () {
|
||||
let audioContext;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user