diff --git a/app/src/menus/protyle.ts b/app/src/menus/protyle.ts index 60e471491..f73120965 100644 --- a/app/src/menus/protyle.ts +++ b/app/src/menus/protyle.ts @@ -1020,7 +1020,7 @@ export const zoomOut = (options: { } focusBlock(showElement); const resizeObserver = new ResizeObserver(() => { - showElement.scrollIntoView(); + focusElement.scrollIntoView(); }); resizeObserver.observe(options.protyle.wysiwyg.element); setTimeout(() => {