mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 04:49:00 +00:00
USER-145: fixed FixedColumn (#3216)
This commit is contained in:
parent
aae5a31f46
commit
8fa49326a0
@ -33,6 +33,7 @@
|
||||
prevKey = key
|
||||
cWidth = undefined
|
||||
}
|
||||
if (cWidth && cWidth > ($fixedWidthStore[key] ?? 0)) $fixedWidthStore[key] = cWidth
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user