Fix Konva.Transformer behavior on mirrored nodes. close #732

This commit is contained in:
Anton Lavrenov
2019-09-06 14:15:07 -05:00
parent be3f7e8059
commit 456bd9ec91
6 changed files with 185 additions and 92 deletions

View File

@@ -624,7 +624,7 @@ suite('TouchEvents', function() {
assert.equal(dbltap, 0, 'no dbltap triggered');
});
test.only('tap should give pointer position', function() {
test('tap should give pointer position', function() {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);