1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-31 09:31:41 +08:00
parent 00396f3c9d
commit d54dfae99f
1 changed files with 3 additions and 3 deletions

View File

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