mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 12:54:40 +08:00
Merge pull request #24 from warmyouth/review
add break for switch case in ConditioningMultiCombine
This commit is contained in:
commit
dc919c3d8d
@ -29,6 +29,7 @@ app.registerExtension({
|
||||
}
|
||||
});
|
||||
}
|
||||
break;
|
||||
case "SoundReactive":
|
||||
nodeType.prototype.onNodeCreated = function () {
|
||||
let audioContext;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user