Correct cache reset for Konva.Transformer

This commit is contained in:
Anton Lavrenov
2018-06-15 13:12:02 +07:00
parent d685807605
commit 74d7a65b16
6 changed files with 51 additions and 6 deletions

View File

@@ -1136,4 +1136,15 @@ suite('Stage', function() {
};
image.src = url;
});
// test.only('Warn when styles or stage are applied', function() {
// var stage = addStage();
// // var layer = new Konva.Layer();
// // stage.add(layer);
// var container = stage.content;
// console.log(
// getComputedStyle(container).width,
// getComputedStyle(container).height
// );
// });
});