You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When inserting an empty table, the cursor cannot be positioned in the first cell of the table. When moving the cursor using the keyboard arrow keys, it also fails to locate into the table cells unless the table already contains some initial data—only then does the cursor appear. This issue occurs in version 0.36.1. When I reverted to version 0.32.0, the problem disappeared. The problem can currently be reproduced on the official example page: https://www.blocknotejs.org/examples/basic/minimal
To Reproduce
version:version 0.36.1
insert an empty table
the cursor cannot be positioned in the first cell of the table