vue-draggable-resizable
                                
                                 vue-draggable-resizable copied to clipboard
                                
                                    vue-draggable-resizable copied to clipboard
                            
                            
                            
                        Dragging an item moves another one (touchscreen only)
Hi, thank you for this component. I encounter an issue that is easily reproducible, and only in touch mode: In this example https://mauricius.github.io/vue-draggable-resizable/?path=/story/how-to--drag-multiple-elements, touch somewhere outside of the items to be sure none is active, then touch one of the item to activate it, and then drag the other item (so the one that was not yet active). As you can see the item that was already active moved with the one you dragged (I didn't use the ctrl key, of course).
There is certainly a way to workaround this, but I was wondering if you would easily have a hint on what could cause this issue ;) Regards
I forgot to mention the following: in order to test I enable the touch device mode in my web browser dev tools
I tried with a real touch screen: the behavior is the same.