From 1fd7f7592904461a0c1a79353280dcaa9c41e943 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 1 Jul 2023 10:11:38 -0400 Subject: [PATCH] tsc --- app/editor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );