From c47c902dd885628260f40fd3d94975712f1e102b Mon Sep 17 00:00:00 2001 From: zwx1126739 Date: Mon, 15 Apr 2024 16:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E5=BF=98=E5=BD=95?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=AC=94=E8=AE=B0=E6=97=B6=E7=AC=94=E8=AE=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=97=AA=E7=83=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zwx1126739 --- features/src/main/ets/components/NoteListComp.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/main/ets/components/NoteListComp.ets b/features/src/main/ets/components/NoteListComp.ets index f56149e..7713621 100644 --- a/features/src/main/ets/components/NoteListComp.ets +++ b/features/src/main/ets/components/NoteListComp.ets @@ -867,8 +867,8 @@ export struct AddNoteComp { AppStorage.SetOrCreate('NewFolder', this.selectedFolderData) AppStorage.SetOrCreate('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) }