@leafer/display-module 1.3.2 → 1.3.3

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.3.2",
3
+ "version": "1.3.3",
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.3.2",
26
- "@leafer/event": "1.3.2",
27
- "@leafer/math": "1.3.2",
28
- "@leafer/debug": "1.3.2"
25
+ "@leafer/helper": "1.3.3",
26
+ "@leafer/event": "1.3.3",
27
+ "@leafer/math": "1.3.3",
28
+ "@leafer/debug": "1.3.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@leafer/interface": "1.3.2"
31
+ "@leafer/interface": "1.3.3"
32
32
  }
33
33
  }
package/src/LeafBounds.ts CHANGED
@@ -130,7 +130,7 @@ export const LeafBounds: ILeafBoundsModule = {
130
130
  this.__layout.matrixChanged = true
131
131
  if (this.isBranch) {
132
132
 
133
- if (this.leaferIsReady) this.leafer.layouter.addExtra(this) // add part
133
+ this.__extraUpdate()
134
134
 
135
135
  if (this.__.flow) {
136
136