@leafer/layout 2.1.3 → 2.1.5

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.1.3",
3
+ "version": "2.1.5",
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.1.3",
26
- "@leafer/math": "2.1.3",
27
- "@leafer/helper": "2.1.3",
28
- "@leafer/platform": "2.1.3"
25
+ "@leafer/data": "2.1.5",
26
+ "@leafer/math": "2.1.5",
27
+ "@leafer/helper": "2.1.5",
28
+ "@leafer/platform": "2.1.5"
29
29
  },
30
30
  "devDependencies": {
31
- "@leafer/interface": "2.1.3"
31
+ "@leafer/interface": "2.1.5"
32
32
  }
33
33
  }
package/src/LeafLayout.ts CHANGED
@@ -332,6 +332,7 @@ export class LeafLayout implements ILeafLayout {
332
332
  this.renderChanged = true
333
333
  this.renderSpread || (this.renderSpread = 1)
334
334
  this.boundsChanged = true
335
+ this.hitCanvasChanged = true // fix: hit pixel 需要更新
335
336
  }
336
337
 
337
338