Skip to content

Commit

Permalink
fix: fix dragging items on a mobile device (#8751)
Browse files Browse the repository at this point in the history
**Related Issue:** #8728

## Summary

- Fixes dragging when on a mobile device.
- Sortablejs uses fallback code instead of native drag and drop on
mobile devices.
- Patches `sortablejs` dependency until the fix for the issue is
installed and released.
SortableJS/Sortable#2346
- Adds and uses the dependency `patch-package` to handle patching the
dependency.
- Applies the changes listed here:
SortableJS/Sortable#2347

---------

Co-authored-by: JC Franco <[email protected]>
  • Loading branch information
2 people authored and Elijbet committed Feb 15, 2024
1 parent 5305871 commit bb29058
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 26 deletions.
Loading

0 comments on commit bb29058

Please sign in to comment.