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
For us this was instantly reproducible in the chrome debugger by just choosing any device that matches the isiOS check (like iPad)
I haven't been able to reproduce in an isolated sandbox but I'll keep trying and update here if I can. I suspect it may only be an issue with nested NodeViews
Can you provide a CodeSandbox?
No response
What did you expect to happen?
Content would not be erased and load as normal.
Anything to add? (optional)
We worked around this with a fork of tiptap react that overrides the ignoreMutation logic above to check if the editor is focused:
What’s the bug you are facing?
All our content was disappearing when it was loaded on any device where the isiOS function returned
true
We tracked it down to the core NodeView
ignoreMutation
functionHow can we reproduce the bug on our side?
For us this was instantly reproducible in the chrome debugger by just choosing any device that matches the
isiOS
check (like iPad)I haven't been able to reproduce in an isolated sandbox but I'll keep trying and update here if I can. I suspect it may only be an issue with nested NodeViews
Can you provide a CodeSandbox?
No response
What did you expect to happen?
Content would not be erased and load as normal.
Anything to add? (optional)
We worked around this with a fork of tiptap react that overrides the
ignoreMutation
logic above to check if the editor is focused:Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: