This commit is contained in:
@@ -1657,11 +1657,13 @@ export default {
|
||||
annotation.data.label +
|
||||
'?'
|
||||
)
|
||||
let res = null
|
||||
if (annotation.markId) {
|
||||
deleteCustomTag(annotation.markId)
|
||||
res = await deleteCustomTag(annotation.markId)
|
||||
}else if (annotation.id) {
|
||||
deleteCustomTag(annotation.id)
|
||||
res = await deleteCustomTag(annotation.id)
|
||||
}
|
||||
if (!res.isSuccess) return false
|
||||
}
|
||||
const index = this.markedSeriesIds.indexOf(annotation.seriesId)
|
||||
if (index !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user