Is there some way we can either disable or override the scrollIntoView
found on this line? https://github.com/ProseMirror/prosemirror-history/blob/40d274a74d0fc0787aeca03634a64d0c78f18a50/src/history.ts#L341
I think an ideal solution would be to only scrollIntoView
if the selection
actually changes as a result of the history transaction. I believe that would remedy our problem. What do you think @marijn?