Checking checkbox on Android scrolls to `from` but cannot find source

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?

What checkbox? What from? You’re going to have to describe the problem a bit more clearly.

1 Like