A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
Mozilla Public License 2.0
6.76k
stars
471
forks
source link
Able to resize table cells when editor is not editable #1271
Open
jehaad1 opened 1 day ago
Describe the bug When I put the editor prop "editable" to "false", I still able to resize the table cells
To Reproduce Just put the editor "editable" prop to false and resize the table
Misc