Skip to content

Commit

Permalink
attempt to fix mobile scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed Nov 29, 2024
1 parent b881d04 commit 4f1c4c2
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.32.5

- Attempt to fix item dragging issue on Android.

## 4.32.4

- Make credits link more visible to prevent authors from leaving it in place accidentally.
Expand Down
4 changes: 2 additions & 2 deletions dist/filepond.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FilePond 4.32.4
* FilePond 4.32.5
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand Down Expand Up @@ -632,7 +632,7 @@

will-change: transform, opacity;

touch-action: none;
touch-action: auto;

/* item children order */
}
Expand Down
2 changes: 1 addition & 1 deletion dist/filepond.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FilePond 4.32.4
* FilePond 4.32.5
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/filepond.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/filepond.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FilePond 4.32.4
* FilePond 4.32.5
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/filepond.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/filepond.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filepond",
"version": "4.32.4",
"version": "4.32.5",
"description": "FilePond, Where files go to stretch their bits.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/css/item.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

will-change: transform, opacity;

touch-action: none;
touch-action: auto;

/* item children order */
& > .filepond--panel {
Expand Down

0 comments on commit 4f1c4c2

Please sign in to comment.