If I run code like this, the issue goes away, but I’ve tried to trace this to calls to ProseMirror’s scrollIntoView
and it appears to be unrelated: document.querySelector('.editor-wrapper').innerHTML = document.querySelector('.editor-wrapper').innerHTML
Is there some way we can prevent the scroll from occurring? I can’t determine why unlinking ProseMirror from the DOM remedies the issue since I can’t see that ProseMirror is actually causing the scroll behavior, but it seems like it must?