Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Aug 28, 2024
1 parent 874a2cb commit f1727f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/veloxi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2737,8 +2737,8 @@ class At extends j {
this._initialPointer = new h(i, s), this.getViews().forEach((r) => {
this._pointerDownPerView.set(r.id, r.intersects(i, s)), this._targetPerView.set(r.id, n);
const l = new h(
i - r.position.x,
s - r.position.y
i - r.position.initialX,
s - r.position.initialY
);
this._pointerX = i, this._pointerY = s, this._initialPointerPerView.set(r.id, l);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/veloxi.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veloxi",
"author": "Taha Shashtari ([email protected])",
"version": "0.14.0",
"version": "0.14.1",
"private": false,
"type": "module",
"main": "./dist/veloxi.min.js",
Expand Down

0 comments on commit f1727f5

Please sign in to comment.