智能选区
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user