This commit is contained in:
Anton Lavrenov
2020-10-12 09:34:12 -05:00
parent f4d566e431
commit 25e25f3ea6
3 changed files with 4 additions and 4 deletions

View File

@@ -4048,7 +4048,7 @@ suite('Transformer', function () {
assert.equal(click, 1);
});
test.only('drag several nodes by transformer back', function () {
test('drag several nodes by transformer back', function () {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);