diff --git a/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx b/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx index c95895ba2..a09517b64 100644 --- a/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx +++ b/packages/frontend/core/src/components/blocksuite/block-suite-editor/blocksuite-editor-container.tsx @@ -215,7 +215,7 @@ export const BlocksuiteEditorContainer = forwardRef< return; } blockElement.scrollIntoView({ - behavior: 'smooth', + behavior: 'instant', block: 'center', }); const selectManager = affineEditorContainerProxy.host?.selection;