diff --git a/app/src/menus/protyle.ts b/app/src/menus/protyle.ts index 52d4f14a6..da75a4ab7 100644 --- a/app/src/menus/protyle.ts +++ b/app/src/menus/protyle.ts @@ -1021,7 +1021,7 @@ export const zoomOut = (options: { } focusBlock(showElement); const resizeObserver = new ResizeObserver(() => { - scrollCenter(options.protyle, focusElement, true, "smooth"); + scrollCenter(options.protyle, focusElement, true); }); resizeObserver.observe(options.protyle.wysiwyg.element); setTimeout(() => {