@evercam/ui 0.0.52-beta.14 → 0.0.52-beta.15

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.mjs CHANGED
@@ -5308,7 +5308,7 @@ const qt = {
5308
5308
  this.initTimeline();
5309
5309
  },
5310
5310
  beforeDestroy() {
5311
- this.svg.remove(), document.removeEventListener("mouseup", this.handleDocumentMouseUp);
5311
+ this.clearTimeline(), document.removeEventListener("mouseup", this.handleDocumentMouseUp);
5312
5312
  },
5313
5313
  methods: {
5314
5314
  initTimeline(e, t) {