mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
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:
@ -6,6 +6,8 @@ interface StorageData {
|
||||
editorContentCache: string;
|
||||
// Editing memo id cache
|
||||
editingMemoIdCache: MemoId;
|
||||
// Editing memo visibility
|
||||
editingMemoVisibilityCache: Visibility;
|
||||
// locale
|
||||
locale: Locale;
|
||||
// skipped version
|
||||
|
Reference in New Issue
Block a user