ember-sortable icon indicating copy to clipboard operation
ember-sortable copied to clipboard

Bug when using two mouse connected

Open smkimxdn opened this issue 2 years ago • 3 comments

When using two mouse simultaneously There is a bug in which the item sorting operation is not completed if an action of raising another mouse button occurs while arranging items by dragging one mouse.

smkimxdn avatar May 10 '23 00:05 smkimxdn

A bit off topic, but how do you use two mice simultaneously? even outside of web, I've been curious about this for gaming purposes

NullVoxPopuli avatar May 10 '23 00:05 NullVoxPopuli

Connect a different mouse to each of the two USB ports for use.

smkimxdn avatar May 10 '23 00:05 smkimxdn

This could be fixed with #562, because we block dragging two items at same time from same group

mkszepp avatar Jun 20 '24 17:06 mkszepp