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