mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-12-04 05:49:30 +00:00
commit
de956928ae
@ -376,6 +376,7 @@ export struct NoteContentOverViewComp {
|
||||
.fontSize(30)
|
||||
.margin({ left: 12, right: 24 })
|
||||
.onClick(() => {
|
||||
clearInterval(timeID)
|
||||
this.editTitleDialogCtl.open()
|
||||
})
|
||||
}.height(40)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user