Unverified Commit d51af7e9 authored by Stephen Zhou's avatar Stephen Zhou Committed by GitHub

fix: hr in edited content do not trigger folding (#748)

parent 334da5e9
......@@ -65,7 +65,7 @@ const MemoContent: React.FC<Props> = (props: Props) => {
expandButtonStatus: -1,
});
}
}, [user?.localSetting.enableFoldMemo]);
}, [user?.localSetting.enableFoldMemo, content]);
const handleMemoContentClick = async (e: React.MouseEvent) => {
if (onMemoContentClick) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment