智能选区

This commit is contained in:
lzp
2026-03-25 14:37:20 +08:00
parent 60c3fe6fc7
commit 2b34c24f02
3 changed files with 56 additions and 25 deletions

View File

@@ -714,7 +714,7 @@ export class CanvasEventManager {
// 添加对象开始变换时的状态捕获
this.canvas.on("object:moving", (e) => {
console.log("object:moving", e);
// console.log("object:moving", e);
const target = e.target;
if (target._objects && target._objects.length > 0) {
target._objects.forEach((object) => {