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

main
caiyiling 2026-05-27 17:55:00 +08:00
parent aeeba1dfb7
commit e4d731222b
1 changed files with 1 additions and 1 deletions

View File

@ -2126,7 +2126,7 @@ export default {
if (annotation.metadata.toolName === FusionJumpToPointTool.toolName) return
if (annotation.metadata.toolName.includes('histogram_')) return this.$refs.histogram.initToolValue(annotation)
if (this.readingTaskState === 2) return
if (!annotation.highlighted && !isStatsUpdated) return
if (!annotation.highlighted) return
const i = this.tools.findIndex(i => i.toolName === annotation.metadata.toolName)
if (i === -1) {
if (annotation.metadata.toolName !== LabelMapEditWithContourTool.toolName) this.setToolsPassive()