chore: update memo editor cache key

This commit is contained in:
Steven
2024-01-20 20:52:11 +08:00
parent 776785ac90
commit eb72609ea3
4 changed files with 16 additions and 7 deletions

View File

@ -106,6 +106,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
const handleEditMemoClick = () => {
showMemoEditorDialog({
memoId: memo.id,
cacheKey: `${memo.id}-${memo.updateTime}`,
});
};