fubi 0.4.1 → 0.4.2

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
@@ -2,7 +2,7 @@
2
2
  "name": "fubi",
3
3
  "description": "A lightweight, universal in-page feedback and collaboration tool for web applications. ",
4
4
  "author": "Wonder Makers",
5
- "version": "0.4.1",
5
+ "version": "0.4.2",
6
6
  "homepage": "https://fubi.dev",
7
7
  "type": "module",
8
8
  "scripts": {
@@ -6844,7 +6844,7 @@ class Su {
6844
6844
  }), C.on("app-component", "mouseenter", async () => {
6845
6845
  this.enabled && !ht.resizing && await this.pauseAll();
6846
6846
  }), C.on("app-component", "mouseleave", () => {
6847
- this.enabled && !ht.resizing && this.resumeAll();
6847
+ this.enabled && !ht.resizing && $.opened && this.resumeAll();
6848
6848
  }), C.on("resize", "drag-start", () => {
6849
6849
  this.resume("mousemove"), this.resume("mouseup");
6850
6850
  }), C.on("resize", "drag-end", () => {