@theclearsky/react-blender-nodes 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14531,7 +14531,9 @@ function RM(e, t, n, o, s, a, c, l) {
|
|
|
14531
14531
|
);
|
|
14532
14532
|
b = _;
|
|
14533
14533
|
}
|
|
14534
|
-
return s.edges.push(f), {
|
|
14534
|
+
return b.isValid ? (s.edges.push(f), {
|
|
14535
|
+
validation: b
|
|
14536
|
+
}) : {
|
|
14535
14537
|
validation: b
|
|
14536
14538
|
};
|
|
14537
14539
|
}
|