adopted-ember-addons / ember-sortable

Sortable UI primitives for Ember.js
https://ember-sortable.netlify.app/
MIT License
298 stars 148 forks source link

Bug when using two mouse connected #516

Open smkimxdn opened 1 year ago

smkimxdn commented 1 year ago

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.

NullVoxPopuli commented 1 year ago

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

smkimxdn commented 1 year ago

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

mkszepp commented 4 months ago

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