@leafer/layout 2.0.2 → 2.0.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/layout",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "@leafer/layout",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,12 +22,12 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/data": "2.0.2",
26
- "@leafer/math": "2.0.2",
27
- "@leafer/helper": "2.0.2",
28
- "@leafer/platform": "2.0.2"
25
+ "@leafer/data": "2.0.3",
26
+ "@leafer/math": "2.0.3",
27
+ "@leafer/helper": "2.0.3",
28
+ "@leafer/platform": "2.0.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@leafer/interface": "2.0.2"
31
+ "@leafer/interface": "2.0.3"
32
32
  }
33
33
  }
package/src/LeafLayout.ts CHANGED
@@ -368,7 +368,6 @@ export class LeafLayout implements ILeafLayout {
368
368
 
369
369
  public opacityChange(): void {
370
370
  this.opacityChanged = true
371
- this.surfaceChanged || this.surfaceChange()
372
371
  }
373
372
 
374
373
  public childrenSortChange(): void {