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
When clicking a row 1 column 1 cell (data cell, not header nor. rowmaker column), the index of column is not updating to 0. So when press a keydown, it gives back column index = 1.
I suspect it is handleMaybeClick on /node_modules/@glideapps/glide-data-grid/src/data-editor/data-editor.tsx, in the if (isValidClick) block it should setGridSelection to expectedExternalGridSelection.
Can you confirm this is a bug, or it is expected?
Thank you for your great library.
The text was updated successfully, but these errors were encountered:
Issue:
When clicking a row 1 column 1 cell (data cell, not header nor. rowmaker column), the index of column is not updating to 0. So when press a keydown, it gives back column index = 1.
I suspect it is
handleMaybeClick
on/node_modules/@glideapps/glide-data-grid/src/data-editor/data-editor.tsx
, in theif (isValidClick)
block it shouldsetGridSelection
toexpectedExternalGridSelection
.Can you confirm this is a bug, or it is expected?
Thank you for your great library.
The text was updated successfully, but these errors were encountered: