This commit is contained in:
neo 2025-11-17 09:10:01 +09:00
parent fe7d5b0ade
commit 4bd85ac86d
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ const MemoView: React.FC<Props> = observer((props: Props) => {
console.error(error);
toast.error(error?.details);
}
}, [isArchived, memo.name, t]);
}, [isArchived, memo.name, t, memoStore, userStore]);
useEffect(() => {
if (!shortcutActive || readonly || showEditor || !cardRef.current) {