Parcourir la source

add white space

yohei0125 il y a 4 ans
Parent
commit
299c0d8847

+ 1 - 0
packages/app/src/components/SearchPage/SearchResultContent.tsx

@@ -83,6 +83,7 @@ const SearchResultContent: FC<Props> = (props: Props) => {
     const observerCallback = generateObserverCallback(() => {
       scrollTo(scrollElement);
     });
+
     const observer = new MutationObserver(observerCallback);
     observer.observe(scrollElement, MUTATION_OBSERVER_CONFIG);
     return () => {