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 +1 -1
- package/src/dist/fubi.es.js +1 -1
- package/src/dist/fubi.iife.js +1 -1
package/package.json
CHANGED
package/src/dist/fubi.es.js
CHANGED
|
@@ -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", () => {
|