feat: cache editing memo id (#388)

* feat: cache editing memo id

* chore: update
This commit is contained in:
boojack
2022-10-31 21:39:22 +08:00
committed by GitHub
parent ef5492074e
commit 9d8c9609c3
6 changed files with 46 additions and 27 deletions

View File

@ -4,6 +4,8 @@
interface StorageData {
// Editor content cache
editorContentCache: string;
// Editing memo id cache
editingMemoIdCache: MemoId;
// locale
locale: Locale;
}