diff --git a/web/src/components/MemoContent.tsx b/web/src/components/MemoContent.tsx index 20bd0385..c43819cb 100644 --- a/web/src/components/MemoContent.tsx +++ b/web/src/components/MemoContent.tsx @@ -83,9 +83,6 @@ const MemoContent: React.FC = (props: Props) => { setState({ expandButtonStatus: Number(expandButtonStatus) as ExpandButtonStatus, }); - if (!expandButtonStatus) { - memoContentContainerRef.current?.scrollIntoView(); - } }; return (