dragstart fixes when transformer is used

This commit is contained in:
Anton Lavrenov
2020-09-02 12:50:41 -05:00
parent 7ae8415da8
commit 4a29a1e109
7 changed files with 73 additions and 1327 deletions

View File

@@ -434,6 +434,8 @@ suite('Node', function () {
layer.drawHit();
showHit(layer);
assert.equal(layer.getIntersection({ x: 60, y: 60 }), null);
});
// ======================================================