Fix click stage event on dragend, Fix some Transformer cursor behavior. fix #463

This commit is contained in:
Anton Lavrenov
2018-09-27 10:59:27 +03:00
parent c0911572e7
commit 15b9d66b20
8 changed files with 144 additions and 20 deletions

View File

@@ -2346,7 +2346,7 @@ suite('Container', function() {
});
});
test.only('getClientRect - nested group with a hidden shapes', function() {
test('getClientRect - nested group with a hidden shapes', function() {
var stage = addStage();
var layer = new Konva.Layer();
@@ -2376,8 +2376,6 @@ suite('Container', function() {
visible: false
});
group1.add(rect2);
assert.deepEqual(layer.getClientRect(), {
x: 50,