feat: select visibility in editor (#421)

* feat: editing visibility selection

* update

* update

* update variable name

* update

Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
Zeng1998
2022-11-10 21:43:49 +08:00
committed by GitHub
parent 8f119c4265
commit 421f4dbf60
6 changed files with 80 additions and 7 deletions

View File

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