Stop autoscrolling horizontall to reveal primary display cells as they don't need it
This commit is contained in:
parent
c4748d5cd6
commit
df03a297c5
|
@ -180,7 +180,7 @@ export const initialise = context => {
|
||||||
// Check horizontal position of columns next
|
// Check horizontal position of columns next
|
||||||
const { field } = parseCellID($focusedCellId)
|
const { field } = parseCellID($focusedCellId)
|
||||||
const column = get(columnLookupMap)[field]
|
const column = get(columnLookupMap)[field]
|
||||||
if (!column) {
|
if (!column || column.primaryDisplay) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue