1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00

Fix left and right arrows not working

This commit is contained in:
Andrew Kingston 2024-06-24 14:33:18 +01:00
parent 7d065707df
commit 7f391e4fdf
No known key found for this signature in database

View file

@ -186,7 +186,7 @@
// Determine the new position for this cell
const { rowId, field } = parseCellID(sourceCellId)
const colIdx = $columnLookupMap[field]
const colIdx = $columnLookupMap[field].__idx
const nextColumn = $visibleColumns[colIdx + delta]
if (!nextColumn) {
return