Hi guys! Look at this example https://codepen.io/alexaaaant/pen/mdaJwLp If we click button we see focus in input but keyboard does not move a page up. If we click directly into the input it moves the page up. Any ideas how to fix it? Also I recorded a video to clarify the problem https://file.io/Nej4DrWTBweW In my code I used EditorView.focus();
I solved it! It was not obvious but calling EditorView.dom.focus() instead of EditorView.focus() helped me