chore: simplify memo editor component (#1079)

This commit is contained in:
boojack
2023-02-12 16:34:42 +08:00
committed by GitHub
parent c28d35d8f7
commit a997e1d10d
5 changed files with 46 additions and 115 deletions

View File

@ -6,8 +6,6 @@ interface StorageData {
editorContentCache: string;
// Editing memo id cache
editingMemoIdCache: MemoId;
// Editing memo visibility
editingMemoVisibilityCache: Visibility;
// locale
locale: Locale;
// appearance