@leafer/display-module 1.0.1 → 1.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer/display-module",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "@leafer/display-module",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,12 +22,12 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/helper": "1.0.1",
26
- "@leafer/event": "1.0.1",
27
- "@leafer/math": "1.0.1",
28
- "@leafer/debug": "1.0.1"
25
+ "@leafer/helper": "1.0.2",
26
+ "@leafer/event": "1.0.2",
27
+ "@leafer/math": "1.0.2",
28
+ "@leafer/debug": "1.0.2"
29
29
  },
30
30
  "devDependencies": {
31
- "@leafer/interface": "1.0.1"
31
+ "@leafer/interface": "1.0.2"
32
32
  }
33
33
  }
package/src/LeafBounds.ts CHANGED
@@ -137,7 +137,7 @@ export const LeafBounds: ILeafBoundsModule = {
137
137
  updateAllMatrix(this)
138
138
  updateBounds(this, this)
139
139
 
140
- if (this.__.__autoSide) this.__updateBoxBounds()
140
+ if (this.__.__autoSide) this.__updateBoxBounds(true)
141
141
 
142
142
  } else {
143
143