mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
dragstart fixes when transformer is used
This commit is contained in:
@@ -434,6 +434,8 @@ suite('Node', function () {
|
||||
layer.drawHit();
|
||||
|
||||
showHit(layer);
|
||||
|
||||
assert.equal(layer.getIntersection({ x: 60, y: 60 }), null);
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
|
||||
Reference in New Issue
Block a user