This commit is contained in:
space-nuko 2023-08-23 12:44:23 -05:00
parent d05f12a4b8
commit ad55fd5b60
2 changed files with 1638 additions and 1620 deletions

View File

@ -26,7 +26,7 @@ app.registerExtension({
this.applyOrientation();
// Prevent multiple connections to different types when we have no input
if (connected && type === LiteGraph.OUTPUT) {
if (connected && type === LConnectionKind.OUTPUT) {
// Ignore wildcard nodes as these will be updated to real types
const types = new Set(this.outputs[0].links.map((l) => app.graph.links[l].type).filter((t) => t !== "*"));
if (types.size > 1) {

File diff suppressed because it is too large Load Diff