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
The BubbleMenu to send the correct position to prosemirror-model / update doc content size properly
Anything to add? (optional)
The error is related to prosemirror-model, and I submitted a PR that solves the issue, but it was closed with this justification:
These methods expect the caller to provide a valid position, and I'm not willing to change that, since this'll just end up hiding bugs. The asynchronous code in the bubble menu should take care to either map its position along with document changes, or bail out and retry if the document changed.
Did you update your dependencies?
Yes, I’ve updated my dependencies to use the latest version of all packages.
Are you sponsoring us?
Yes, I’m a sponsor. 💖
The text was updated successfully, but these errors were encountered:
What’s the bug you are facing?
The editor gets a RangeError and crashes when using the BubbleMenu and CTRL+A deleting long content.
How can we reproduce the bug on our side?
Can you provide a CodeSandbox?
No response
What did you expect to happen?
The BubbleMenu to send the correct position to prosemirror-model / update doc content size properly
Anything to add? (optional)
The error is related to prosemirror-model, and I submitted a PR that solves the issue, but it was closed with this justification:
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: