Fix issue with display column not being able to be unset
This commit is contained in:
parent
76353c2e4d
commit
49611298b4
|
@ -103,6 +103,7 @@ export const deriveStores = context => {
|
||||||
|
|
||||||
// Update sticky column
|
// Update sticky column
|
||||||
if (!primaryDisplay) {
|
if (!primaryDisplay) {
|
||||||
|
stickyColumn.set(null)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue