This commit is contained in:
Anton Lavrenov
2020-09-14 13:04:44 -05:00
parent 1edb5ef55c
commit b939a6f48a
4 changed files with 1323 additions and 49 deletions

View File

@@ -3856,7 +3856,7 @@ suite('Transformer', function () {
assert.almostEqual(tr.y(), 100);
});
test.only('drag several nodes', function () {
test('drag several nodes', function () {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);