|
@@ -225,7 +225,9 @@ export default {
|
|
|
if (this.fitParentTypeWidth) {
|
|
|
if (sizePos.x <= 0) {
|
|
|
sizePos.x = 0;
|
|
|
- if (actionType.includes("l")) sizePos.w = this.lastSizePos.w;
|
|
|
+ if (actionType.includes("l")) {
|
|
|
+ sizePos.w = this.lastSizePos.w + this.lastSizePos.x;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if (sizePos.x + sizePos.w >= this.parentNodeSize.w) {
|