@everchron/ec-shards 8.17.3 → 8.17.4

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/ec-shards.js CHANGED
@@ -10553,7 +10553,7 @@ const Vg = {
10553
10553
  this.touch.mouseDown && (e.preventDefault(), this.touch.dragging = !0, this.calculatePanesSize(this.getCurrentMouseDrag(e)), this.$emit("resize", this.panes.map((s) => ({ min: s.min, max: s.max, size: s.size }))));
10554
10554
  },
10555
10555
  onMouseUp() {
10556
- console.log("omu"), this.touch.dragging && (this.$emit("resized", this.panes.map((e) => ({ min: e.min, max: e.max, size: e.size }))), console.log("resize emitted")), this.touch.mouseDown = !1, setTimeout(() => {
10556
+ this.touch.dragging && this.$emit("resized", this.panes.map((e) => ({ min: e.min, max: e.max, size: e.size }))), this.touch.mouseDown = !1, setTimeout(() => {
10557
10557
  this.touch.dragging = !1, this.unbindEvents();
10558
10558
  }, 100);
10559
10559
  },