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