@leafer/layout
Advanced tools
+6
-6
| { | ||
| "name": "@leafer/layout", | ||
| "version": "1.9.3", | ||
| "version": "1.9.4", | ||
| "description": "@leafer/layout", | ||
@@ -25,10 +25,10 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/data": "1.9.3", | ||
| "@leafer/math": "1.9.3", | ||
| "@leafer/helper": "1.9.3", | ||
| "@leafer/platform": "1.9.3" | ||
| "@leafer/data": "1.9.4", | ||
| "@leafer/math": "1.9.4", | ||
| "@leafer/helper": "1.9.4", | ||
| "@leafer/platform": "1.9.4" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.9.3" | ||
| "@leafer/interface": "1.9.4" | ||
| } | ||
| } |
@@ -315,3 +315,3 @@ import { ILeaf, ILeafLayout, ILocationType, IBoundsType, IBoundsData, IMatrixData, ILayoutBoundsData, IPointData } from '@leafer/interface' | ||
| this.boxChanged = true | ||
| this.localBoxChanged || this.localBoxChange() | ||
| this.localBoxChanged ? (this.boundsChanged || (this.boundsChanged = true)) : this.localBoxChange() // fix: boundsChanged未更新的问题 | ||
| this.hitCanvasChanged = true | ||
@@ -360,3 +360,3 @@ } | ||
| this.matrixChanged = true | ||
| this.localBoxChanged || this.localBoxChange() | ||
| this.localBoxChanged ? (this.boundsChanged || (this.boundsChanged = true)) : this.localBoxChange() // fix: boundsChanged未更新的问题 | ||
| } | ||
@@ -363,0 +363,0 @@ |
18164
1.03%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated