react-selectable-fast icon indicating copy to clipboard operation
react-selectable-fast copied to clipboard

Wrong acting of touch events

Open BBuxbaum994 opened this issue 2 years ago • 1 comments

Currently the touch events are not working correctly. Try to singleselect multiple fields, you'll see some strange behavior: https://codesandbox.io/s/admiring-dubinsky-6gdmm

I had some issues with the attribute allowClickWithoutSelected as well. In some situation it does not work for klick events any more. In this cases onSelectionFinish did not get any value. Selected elements will just return an empty array, the event itself gets triggert, which is strange. Drag event is still working like a charme.

BBuxbaum994 avatar Feb 25 '22 08:02 BBuxbaum994

Noticed: Touch Events are not working correctly after Version 2.0.2, till this time everything was fine.

BBuxbaum994 avatar Feb 25 '22 09:02 BBuxbaum994