Oleg Cherr
Oleg Cherr
This doesn't work in Chrome on Android: https://5fc05e08a4a65d0021ae0bf2-unebtvimdp.chromatic.com/?path=/story/presets-sortable-vertical--press-delay https://user-images.githubusercontent.com/3730074/148017262-96c212fe-5780-4fc3-8f2c-40ce8447966a.mp4
I'm trying to implement nested sortable list like [this one](https://sortablejs.github.io/sortablejs/#nested). The source code is here: https://codesandbox.io/s/rsd-nested-bug-demo-3gfxq I noticed a strange positioning bug when trying to move nested item: 
I'm creating an app that consists of multiple sortable lists of different elements. When user begins dragging I need to figure out which element is being dragged, and prohibit dropping...
I need to implement something like this:  As you can see, subtasks are folded on drag begin. Is there a way to do some manipulations to draggable object before...
Use case: 1. Open Lightbox on the demo page: https://frontend-collective.github.io/react-image-lightbox/ 1. **Zoom in** (+) maximally. 1. Press **right arrow** button on your keyboard. The next image will be shown. From...