1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Fix issue with display column not being able to be unset

This commit is contained in:
Andrew Kingston 2023-04-12 10:38:35 +01:00
parent 76353c2e4d
commit 49611298b4

View file

@ -103,6 +103,7 @@ export const deriveStores = context => {
// Update sticky column
if (!primaryDisplay) {
stickyColumn.set(null)
return
}