react-datasheet-grid
react-datasheet-grid copied to clipboard
The grid stays in selection modus when clicking to fast.
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.