TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
5.89k stars 381 forks source link

Table is resizing columns and removing content when pressing "add left/right column" #864

Open LeanidBusel opened 1 week ago

LeanidBusel commented 1 week ago

To Reproduce If write something in a cell and then add a new column. Content will be removed. If change the width of an empty column and then add a new column. Width will be returned back

table_test.webm

Misc

thedevangvishnu commented 1 week ago

Yes, this issue is weird. Firstly, there is this strange resizing/shrinking in the size of the cell and secondly, adding of new columns is messing it up even more. Sometimes, the new column does get added (without deleting the existing cell data) and most of the times, adding new column completely deletes the previous data. The behavior is very inconsistent.

matthewlipski commented 5 days ago

Thanks for reporting! This seems like something that should be addressed in #856