title | issue | author | author_email | author_github |
---|---|---|---|---|
Fix sw-tree drag&drop |
NEXT-21789 |
Marcel Brode |
m.brode@shopware.com |
Marcel Brode |
- Changed
administration/src/app/directive/dragdrop.directive.js
to early return, when no position coordinates where available - Changed
administration/src/app/component/tree/sw-tree/index.js
to rework the drag&drop, so it doesn't randomly rearrange its items anymore - Changed
administration/src/module/sw-category/component/sw-category-tree/index.js
to add a debouncer to saving, so it doesn't "flicker" multiple times after rearranging items