Fix left and right arrows not working
This commit is contained in:
parent
7d065707df
commit
7f391e4fdf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue