-
- Downloads
Allow drop event in sortableHOC even when there are no items to sort.
This is used because the sortable drop is also used for general dropping as well as sorting drop, so you need to be able to drop into a sortable list that does not contain any items. Make the corresponding reorder code be more careful to check if there is a newIndex.
Showing
- src/containers/costume-tab.jsx 1 addition, 1 deletionsrc/containers/costume-tab.jsx
- src/containers/sound-tab.jsx 1 addition, 1 deletionsrc/containers/sound-tab.jsx
- src/containers/target-pane.jsx 1 addition, 1 deletionsrc/containers/target-pane.jsx
- src/lib/sortable-hoc.jsx 3 additions, 4 deletionssrc/lib/sortable-hoc.jsx
Loading
Please register or sign in to comment