BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

Table doesn't save columns width after refresh

Open serhiiAntonyshynFulcrumRocks opened this issue 1 year ago • 1 comments

Describe the bug Table doesn't save columns width after refresh

To Reproduce I resize the columns width for editor table. After that I save the content to the api ( I save all the content that editor return in editor.topLevelBlocks from onEditorContentChange ), but after refresh table has the default width for column It happens because the styles object is empty and there is no information for updated column width

image

How can I pass column width from editor table to styles object?

Misc

  • Node version: 20.9.0
  • Package manager: npm
  • Browser: Chrome
  • [ ] I'm a sponsor and would appreciate if you could look into this sooner than later 💖

any updates?

jehaad1 avatar Sep 13 '24 22:09 jehaad1