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
|
// Determine the new position for this cell
|
||||||
const { rowId, field } = parseCellID(sourceCellId)
|
const { rowId, field } = parseCellID(sourceCellId)
|
||||||
const colIdx = $columnLookupMap[field]
|
const colIdx = $columnLookupMap[field].__idx
|
||||||
const nextColumn = $visibleColumns[colIdx + delta]
|
const nextColumn = $visibleColumns[colIdx + delta]
|
||||||
if (!nextColumn) {
|
if (!nextColumn) {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue