Error when deleting last atom node in document with collaboration feature #6820
Unanswered
abecirovic3
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I encountered a rather odd error, and I'm not sure what's causing it nor how to fix it.
The situation is as follows:
Result: node is not deleted, and the following error is shown in the console of the first user who only had focus on the atom node.
These are my dependencies from package.json
If you require any implementation details, please don't hesitate to ask. One thing I suspect might cause the issue is that around any node I have a wrapper node in the editor so maybe it messes up the selection or something.
If we have the same situation as above, but the atom node is not the end of the document the node will be deleted without any issues.
Any info would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions