BlockNote
BlockNote copied to clipboard
Table doesn't save columns width after refresh
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
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?