Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Jul 16, 2024
1 parent 82624f8 commit 4da5cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/swapy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ const I = (n) => {
e = n.getView("root"), i = n.getViews("slot"), s = n.getViews("item");
const _ = y();
s.forEach((f) => {
f.styles.position = "relative", f.position.setAnimator(_.animator, _.config), f.scale.setAnimator(_.animator, _.config), f.layoutTransition(!0), t.addView(f);
f.styles.position = "relative", f.styles.touchAction = "none", f.position.setAnimator(_.animator, _.config), f.scale.setAnimator(_.animator, _.config), f.layoutTransition(!0), t.addView(f);
const v = f.getParent("slot").element;
o.set(v.dataset.swapySlot, f.element.dataset.swapyItem);
const E = f.getChild("handle");
Expand Down
2 changes: 1 addition & 1 deletion dist/swapy.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
Expand Up @@ -2,7 +2,7 @@
"name": "swapy",
"author": "Taha Shashtari ([email protected])",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "./dist/swapy.min.js",
"module": "./dist/swapy.js",
Expand Down

0 comments on commit 4da5cfc

Please sign in to comment.