修复编辑笔记删除图片后删除不成功问题

Signed-off-by: qp <qinping8@huawei.com>
This commit is contained in:
qp 2022-06-16 18:06:37 +08:00
parent 521fb3ac96
commit d07a30014d
3 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,7 @@ export struct NoteContent {
}
aboutToDisappear(): void{
clearInterval(timeID)
LogUtil.info(TAG, "aboutToDisappear")
}
}

View File

@ -195,6 +195,7 @@ export struct NoteContentComp {
}
aboutToDisappear(): void{
clearInterval(timeId)
LogUtil.info(TAG, "aboutToDisappear")
}

View File

@ -145,6 +145,7 @@ export struct NoteContentCompPortrait {
}
aboutToDisappear(): void{
clearInterval(time_id)
LogUtil.info(TAG, "aboutToDisappear")
}
}