diff --git a/app/src/protyle/util/onGet.ts b/app/src/protyle/util/onGet.ts index 3d735c6ac..f303582cd 100644 --- a/app/src/protyle/util/onGet.ts +++ b/app/src/protyle/util/onGet.ts @@ -425,7 +425,7 @@ const focusElementById = (protyle: IProtyle, action: string[], scrollAttr?: IScr protyle.observer.observe(protyle.wysiwyg.element); }, 1000 * 3); - if (focusElement.isSameNode(protyle.wysiwyg.element.firstElementChild)) { + if (focusElement.isSameNode(protyle.wysiwyg.element.firstElementChild) && !hasScrollTop) { protyle.observerLoad.disconnect(); } };