saltfish 0.2.47 → 0.2.49
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.
|
@@ -3365,7 +3365,7 @@ function handleStepEvents(eventData, store, eventManager, prevStepId) {
|
|
|
3365
3365
|
manifestId: (_b = store.manifest) == null ? void 0 : _b.id,
|
|
3366
3366
|
hasManifest: !!store.manifest
|
|
3367
3367
|
});
|
|
3368
|
-
const shouldTriggerStepEnded = prevStepId && store.manifest && (prevStepId !== currentStepId || currentState === "waitingForInteraction" || currentState === "
|
|
3368
|
+
const shouldTriggerStepEnded = prevStepId && store.manifest && (prevStepId !== currentStepId || currentState === "waitingForInteraction" || currentState === "completed");
|
|
3369
3369
|
log("EventUpdater.handleStepEvents: Step ended check", {
|
|
3370
3370
|
hasManifest: !!store.manifest
|
|
3371
3371
|
});
|
|
@@ -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.49";
|
|
10316
10322
|
const packageJson = {
|
|
10317
10323
|
version
|
|
10318
10324
|
};
|