@tmagic/stage 1.3.0-alpha.18 → 1.3.0-alpha.19

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.
@@ -753,9 +753,8 @@
753
753
  elementGuidelines: this.elementGuidelines,
754
754
  bounds: {
755
755
  top: 0,
756
- // 设置0的话无法移动到left为0,所以只能设置为-1
757
- left: -1,
758
- right: this.container.clientWidth - 1,
756
+ left: 0,
757
+ right: this.container.clientWidth,
759
758
  bottom: isSortable ? void 0 : this.container.clientHeight
760
759
  }
761
760
  };