Describe the bug
When I start dragging the item to re-arrange the order, it always calls the onSelectItems function. On the onSelectItems call I am opening a file in a new tab (similar to vs code experience), due to this side effect the UX experience seems to be poor as the user is not intended to open the file while dragging it for re-order.
To Reproduce
- pick up an item to drag
- observe the
onSelectItems fun
Expected behavior
On dragging the item the onSelectItems fn should not be called
Desktop (please complete the following information):
- OS: iOS
- Browser: chrome, safari
Describe the bug
When I start dragging the item to re-arrange the order, it always calls the
onSelectItemsfunction. On theonSelectItemscall I am opening a file in a new tab (similar to vs code experience), due to this side effect the UX experience seems to be poor as the user is not intended to open the file while dragging it for re-order.To Reproduce
onSelectItemsfunExpected behavior
On dragging the item the onSelectItems fn should not be called
Desktop (please complete the following information):