@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.
package/dist/tmagic-stage.js
CHANGED
|
@@ -756,9 +756,8 @@ class MoveableOptionsManager extends EventEmitter {
|
|
|
756
756
|
elementGuidelines: this.elementGuidelines,
|
|
757
757
|
bounds: {
|
|
758
758
|
top: 0,
|
|
759
|
-
|
|
760
|
-
|
|
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
|
};
|