@leafer-ui/interaction-web 2.1.10 → 2.1.11

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-ui/interaction-web",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "@leafer-ui/interaction-web",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,10 +22,10 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/core": "2.1.10",
26
- "@leafer-ui/core": "2.1.10"
25
+ "@leafer/core": "2.1.11",
26
+ "@leafer-ui/core": "2.1.11"
27
27
  },
28
28
  "devDependencies": {
29
- "@leafer/interface": "2.1.10"
29
+ "@leafer/interface": "2.1.11"
30
30
  }
31
31
  }
@@ -367,8 +367,7 @@ export class Interaction extends InteractionBase {
367
367
  public destroy(): void {
368
368
  if (this.view) {
369
369
  super.destroy()
370
- this.view = null
371
- this.touches = null
370
+ this.view = this.touches = null
372
371
  }
373
372
  }
374
373