mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Fix Konva.Transformer
behavior on mirrored nodes. close #732
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user