platform
platform copied to clipboard
Tiptap gapcursor plugin does not work well with collaboration
When gapcursor is used, then collaborative plugins show runtime errors. Steps to reproduce:
- Open a document
- Add a table to the end of document
- Move cursor below the table so gapcursor is shown
- Click somewhere outside of editor
When leaving the editor, it shows the following runtime error:
In prosemirror demo the same scenaro works fine, so the problem is probably in Tiptap plugin or in our code
The issue occurs because of empty field name being used. We need to consider changing empty fields to something else.