This commit is contained in:
李志鹏
2026-01-15 17:15:05 +08:00
parent 28b6153ab0
commit 7101daeb90
8 changed files with 68 additions and 17 deletions

View File

@@ -37,6 +37,7 @@ export class ToolManager {
this.activeTool = options.activeTool || {
value: OperationType.SELECT,
};
this.props = options.props;
// 红绿图模式状态
this.isRedGreenMode = false;