Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 607 Bytes

2022-06-30-fix-sw-tree-drag-drop.md

File metadata and controls

11 lines (11 loc) · 607 Bytes
title issue author author_email author_github
Fix sw-tree drag&drop
NEXT-21789
Marcel Brode
m.brode@shopware.com
Marcel Brode

Administration

  • 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