mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-11-23 07:30:27 +00:00
修复备忘录新建笔记时笔记列表闪烁问题
Signed-off-by: zwx1126739 <zhanghong121@huawei.com>
This commit is contained in:
parent
2b0baebf7c
commit
c47c902dd8
@ -867,8 +867,8 @@ export struct AddNoteComp {
|
||||
AppStorage.SetOrCreate<FolderData>('NewFolder', this.selectedFolderData)
|
||||
AppStorage.SetOrCreate<string>('ContinueNote', continueNote)
|
||||
LogUtil.info(TAG, "addNote, set continue note success")
|
||||
routePage()
|
||||
AppStorage.SetOrCreate('isUpdate', true)
|
||||
routePage()
|
||||
})
|
||||
.visibility(this.longpress || this.selectedFolderData.uuid == SysDefFolderUuid.RecentDeletes ? Visibility.None : Visibility.Visible)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user