saltfish 0.2.47 → 0.2.48
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.
|
@@ -6142,6 +6142,9 @@ class CursorManager {
|
|
|
6142
6142
|
return;
|
|
6143
6143
|
}
|
|
6144
6144
|
this.stopAnimation();
|
|
6145
|
+
this.removeScrollListenersFromParents();
|
|
6146
|
+
this.currentTargetElement = null;
|
|
6147
|
+
this.isSelectionMode = false;
|
|
6145
6148
|
this.resetFlashlightOverlay();
|
|
6146
6149
|
if (this.selectionElement) {
|
|
6147
6150
|
this.selectionElement.style.display = "none";
|
|
@@ -6564,6 +6567,9 @@ class CursorManager {
|
|
|
6564
6567
|
return;
|
|
6565
6568
|
}
|
|
6566
6569
|
this.stopAnimation();
|
|
6570
|
+
this.removeScrollListenersFromParents();
|
|
6571
|
+
this.currentTargetElement = null;
|
|
6572
|
+
this.isSelectionMode = false;
|
|
6567
6573
|
this.resetFlashlightOverlay();
|
|
6568
6574
|
if (this.isAutoplayBlocked()) {
|
|
6569
6575
|
return;
|
|
@@ -10312,7 +10318,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
10312
10318
|
__proto__: null,
|
|
10313
10319
|
SaltfishPlayer
|
|
10314
10320
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10315
|
-
const version = "0.2.
|
|
10321
|
+
const version = "0.2.48";
|
|
10316
10322
|
const packageJson = {
|
|
10317
10323
|
version
|
|
10318
10324
|
};
|