TableCellNode not considering other measurement values as mm
cm
or in
etc.
#6565
Unanswered
smartdeepp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey, i was going through the TableCellNode code in the repo and found out that lexical only considers values ending with pixels
px
for unit mesurement.lexical/packages/lexical-table/src/LexicalTableCellNode.ts
Line 297 in 366cc18
as mention in the above code. Here the regex condition is used which only takes
px
as unit values or else ignores it.I am not sure how to overwrite that portion, and i am not even sure if i am poking around right code. can someone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions