mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
fix evt
property when transformer is used. fix #981
This commit is contained in:
@@ -347,7 +347,7 @@ export class Transformer extends Group {
|
||||
x: otherAbs.x + dx,
|
||||
y: otherAbs.y + dy,
|
||||
});
|
||||
otherNode.startDrag();
|
||||
otherNode.startDrag(e);
|
||||
});
|
||||
lastPos = null;
|
||||
});
|
||||
|
Reference in New Issue
Block a user