@zhongguo168a/yxeditor-common 0.0.147 → 0.0.148

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
@@ -4436,6 +4436,7 @@ class ViewModel extends EventDispatcher {
4436
4436
  }
4437
4437
  stop(reason) {
4438
4438
  try {
4439
+ this._reason = reason;
4439
4440
  this.onStop();
4440
4441
  }
4441
4442
  catch (e) {