长大了你要当太空人

This commit is contained in:
lzp
2026-03-26 11:50:17 +08:00
parent 7f27b1a47e
commit dd22e97985
11 changed files with 81 additions and 67 deletions

View File

@@ -37,6 +37,7 @@ export class AISelectboxToolManager {
if (!oldIsAAA && newIsAAA) {
// 普通工具切换到智能框选工具
this.init()
this.canvasManager.discardActiveObject()
} else if (oldIsAAA && !newIsAAA) {
// 智能框选工具切换到普通工具
this.clear()