bk-magic-vue 2.5.10-beta.13 → 2.5.10-beta.14
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/dist/bk-magic-vue.js
CHANGED
|
@@ -55781,6 +55781,8 @@
|
|
|
55781
55781
|
}, options);
|
|
55782
55782
|
nodes = ids.map(function (id) {
|
|
55783
55783
|
return _this7.getNodeById(id);
|
|
55784
|
+
}).filter(function (node) {
|
|
55785
|
+
return !!node;
|
|
55784
55786
|
});
|
|
55785
55787
|
if (!(mergeOptions.beforeCheck && typeof _this7.beforeCheck === 'function')) {
|
|
55786
55788
|
_context2.next = 12;
|