@ddd-tool/domain-designer-ui-component 0.0.0-alpha.5 → 0.0.0-alpha.6
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.
- package/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11603,6 +11603,8 @@ function Eu(o, e) {
|
|
|
11603
11603
|
if (!Lu(s))
|
|
11604
11604
|
continue;
|
|
11605
11605
|
const u = n.querySelector(`[data-name="${s._attributes.__code}"]`);
|
|
11606
|
+
if (!u)
|
|
11607
|
+
continue;
|
|
11606
11608
|
let f = 0;
|
|
11607
11609
|
for (const g of Object.keys(s.inner)) {
|
|
11608
11610
|
f++;
|