You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it appears that if a *Selected event is initiated from the keyboard, everything works fine. On the other hand, if a *Selected event is initiated by a mouse click, the resulting event object will refer to the cell/row/column that was selected before the click took place, not the one that was clicked on.
Tested with both 0.10.1 and main.
The text was updated successfully, but these errors were encountered:
This was first raised by a user on our Discord server, and in testing the issue some more with this code:
it appears that if a
*Selected
event is initiated from the keyboard, everything works fine. On the other hand, if a*Selected
event is initiated by a mouse click, the resulting event object will refer to the cell/row/column that was selected before the click took place, not the one that was clicked on.Tested with both 0.10.1 and
main
.The text was updated successfully, but these errors were encountered: