react-datasheet-grid icon indicating copy to clipboard operation
react-datasheet-grid copied to clipboard

The grid stays in selection modus when clicking to fast.

Open Kevin-be-efficient opened this issue 2 years ago • 0 comments

Hi,

First of all, thank you for this amazing component.

I noticed that the grid stays in the selection modus when the user releases the mouse button too quickly. When I hold the mouse button for at least a second between mouseDown and mouseUp then this doesn't occur.

My suspicion is that the mouseUp event occurs before the handler has been properly set up which causes it to stay in the selection modus.

Kevin-be-efficient avatar May 05 '23 13:05 Kevin-be-efficient