diff --git a/app/editor/index.tsx b/app/editor/index.tsx index b810f4316..4bad1dfcf 100644 --- a/app/editor/index.tsx +++ b/app/editor/index.tsx @@ -515,7 +515,7 @@ export class Editor extends React.PureComponent< this.mutationObserver = observe( hash, (element) => { - element.scrollIntoView({ behavior: "instant" }); + element.scrollIntoView(); }, this.elementRef.current || undefined );