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