深度画布键盘事件-撤回功能

This commit is contained in:
lzp
2026-03-12 11:40:48 +08:00
parent adf562bbe4
commit 86f1efbf43
11 changed files with 228 additions and 951 deletions

View File

@@ -170,5 +170,8 @@ export class ToolManager {
this.brushIndicator.disable();
}
dispose() {
this.brushIndicator?.dispose()
this.brushManager?.dispose()
}
}