mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-12-04 05:49:30 +00:00
修复编辑笔记删除图片后删除不成功问题
Signed-off-by: qp <qinping8@huawei.com>
This commit is contained in:
parent
521fb3ac96
commit
d07a30014d
@ -138,6 +138,7 @@ export struct NoteContent {
|
||||
}
|
||||
|
||||
aboutToDisappear(): void{
|
||||
clearInterval(timeID)
|
||||
LogUtil.info(TAG, "aboutToDisappear")
|
||||
}
|
||||
}
|
||||
|
@ -195,6 +195,7 @@ export struct NoteContentComp {
|
||||
}
|
||||
|
||||
aboutToDisappear(): void{
|
||||
clearInterval(timeId)
|
||||
LogUtil.info(TAG, "aboutToDisappear")
|
||||
}
|
||||
|
||||
|
@ -145,6 +145,7 @@ export struct NoteContentCompPortrait {
|
||||
}
|
||||
|
||||
aboutToDisappear(): void{
|
||||
clearInterval(time_id)
|
||||
LogUtil.info(TAG, "aboutToDisappear")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user