saltfish 0.3.42 → 0.3.44

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.
@@ -7419,8 +7419,8 @@ class CursorManager {
7419
7419
  this.addScrollListenersToParents(targetElement);
7420
7420
  const targetRect = targetElement.getBoundingClientRect();
7421
7421
  if (this.isFirstAnimation) {
7422
- this.startX = 50;
7423
- this.startY = 50;
7422
+ this.startX = window.innerWidth - 50;
7423
+ this.startY = window.innerHeight - 50;
7424
7424
  this.isFirstAnimation = false;
7425
7425
  } else {
7426
7426
  this.startX = this.lastCursorX;
@@ -12001,7 +12001,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
12001
12001
  __proto__: null,
12002
12002
  SaltfishPlayer
12003
12003
  }, Symbol.toStringTag, { value: "Module" }));
12004
- const version = "0.3.42";
12004
+ const version = "0.3.44";
12005
12005
  const packageJson = {
12006
12006
  version
12007
12007
  };