- Jan 18, 2019
-
-
Paul Kaplan authored
We were emitting drops when getMouseOverIndex was null, which could happen either when the drop is outside the container, or there were zero boxes to check for ordering. Treat these two cases separately, and continue to not emit drops when outside the container.
-
Paul Kaplan authored
This reverts commit 97f8eb63, reversing changes made to 2e017f06.
-
- Jan 15, 2019
-
-
Paul Kaplan authored
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.
-
- Jun 19, 2018
-
-
Paul Kaplan authored
-
- Jun 18, 2018
-
-
Paul Kaplan authored
-
- Jun 13, 2018
-
-
Paul Kaplan authored
-