mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update memo editor cache key
This commit is contained in:
@ -106,6 +106,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
||||
const handleEditMemoClick = () => {
|
||||
showMemoEditorDialog({
|
||||
memoId: memo.id,
|
||||
cacheKey: `${memo.id}-${memo.updateTime}`,
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user