Merge pull request !73 from 秦平/master
This commit is contained in:
openharmony_ci 2022-06-27 11:26:15 +00:00 committed by Gitee
commit de956928ae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 0 deletions

View File

@ -376,6 +376,7 @@ export struct NoteContentOverViewComp {
.fontSize(30)
.margin({ left: 12, right: 24 })
.onClick(() => {
clearInterval(timeID)
this.editTitleDialogCtl.open()
})
}.height(40)

View File

@ -281,6 +281,7 @@ export struct NoteContentOverViewComp {
.onClick(() => {
this.editModel = true
this.sectionStatus = 1
clearInterval(timeId)
this.editTitleDialogCtl.open()
// save continue data
AppStorage.SetOrCreate<number>('ContinueSection', this.sectionStatus)

View File

@ -220,6 +220,7 @@ export struct NoteContentOverViewComp {
Row() {
Text(this.selectedNoteData.title).fontSize(30).fontWeight(FontWeight.Medium)
.onClick(() => {
clearInterval(time_id)
this.editTitleDialogCtl.open()
})
}.height(40)