mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: cache editing memo id (#388)
* feat: cache editing memo id * chore: update
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
interface StorageData {
|
||||
// Editor content cache
|
||||
editorContentCache: string;
|
||||
// Editing memo id cache
|
||||
editingMemoIdCache: MemoId;
|
||||
// locale
|
||||
locale: Locale;
|
||||
}
|
||||
|
Reference in New Issue
Block a user