分割球体工具bug修复
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2026-07-30 10:47:35 +08:00
parent 197b3213e7
commit 254e43ac3d
1 changed files with 4 additions and 0 deletions

View File

@ -804,12 +804,16 @@ export default {
toolGroup.setToolPassive(this.activeTool)
}
this.$emit('update:activeTool', '')
} else if (this.activeTool === name) {
toolGroup.setToolPassive(this.ThresholdTools[1])
this.$emit('update:activeTool', '')
} else {
if (this.activeTool) {
if (toolName === CrosshairsTool.toolName) {
toolGroup.setToolDisabled(this.activeTool)
} else {
toolGroup.setToolPassive(this.activeTool)
toolGroup.setToolPassive(this.ThresholdTools[1])
}
}
toolGroup.setToolActive(toolName, {