@zhongguo168a/yxeditor-common 0.0.131 → 0.0.132

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/index.esm.js CHANGED
@@ -4490,7 +4490,9 @@ class ViewModel extends EventDispatcher {
4490
4490
  return;
4491
4491
  }
4492
4492
  }
4493
- this.openComplete();
4493
+ if (params.length > 0) {
4494
+ this.openComplete();
4495
+ }
4494
4496
  });
4495
4497
  }
4496
4498
  openComplete() {