Drupal core recently deprecated jquery ui sortable and replaced it with Sortable. See https://www.drupal.org/node/3084730
This means that sortableFractionalPixels should be updated to use the new Sortable api.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3132768-2.patch | 970 bytes | spadxiii |
Comments
Comment #2
spadxiii commentedHere's a small patch which uses the new Sortable api.
Comment #3
volkerk commentedAs far as I can see this library fixes issues #2899622: Picture arrangement in gallery paragraph breaks when sorting pictures, #2900596: Gallery entity browser bottom border of buttons is cut and #2899623: Media Browser breaks when moving pictures in gallery which are not applicable any more with the new SortableJS library.
Therefore I think this can be removed.
Comment #4
volkerk commentedhttps://github.com/BurdaMagazinOrg/theme-thunder-admin/pull/311
Comment #7
volkerk commented