问题测量时点击取消清除标记
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-30 16:02:55 +08:00
parent 2138bd3345
commit 00396f3c9d
1 changed files with 4 additions and 0 deletions

View File

@ -1559,6 +1559,10 @@ export default {
}
this.saveCustomAnnotationTimer = setTimeout(()=>{this.saveCustomAnnotation(annotation)},500)
}
} else {
if (this.isNumber(operateStateEnum)) {
this.removeAnnotation(annotation)
}
}
}