jakezatecky / react-dual-listbox

A feature-rich dual listbox for React.
https://jakezatecky.github.io/react-dual-listbox/
MIT License
109 stars 59 forks source link

Moving by double-clicking does not work properly #285

Open preslyp opened 1 month ago

preslyp commented 1 month ago

In the latest version of Chrome 125, moving by double-clicking does not work properly. Sometimes it comes after multiple clicks, right away.

https://github.com/jakezatecky/react-dual-listbox/assets/5307313/a06ca2a8-c309-4395-9302-a35823ba0a0f

jakezatecky commented 1 month ago

Indeed, it appears that Chrome is now deselecting an option on second click, causing issues with double clicks.

It appears this is an issue that has surfaced recently. I am unsure what the appropriate work around for this would be.