mockaton 9.6.0 → 9.6.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Dashboard.js +1 -0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "mockaton",
3
3
  "description": "HTTP Mock Server",
4
4
  "type": "module",
5
- "version": "9.6.0",
5
+ "version": "9.6.1",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
8
8
  "license": "MIT",
package/src/Dashboard.js CHANGED
@@ -644,6 +644,7 @@ Resizer.onUp = function () {
644
644
  window.removeEventListener('pointermove', Resizer.onMove)
645
645
  window.removeEventListener('pointerup', Resizer.onUp)
646
646
  cancelAnimationFrame(Resizer.raf)
647
+ Resizer.raf = 0
647
648
  document.body.style.userSelect = 'auto'
648
649
  document.body.style.cursor = 'auto'
649
650
  }