mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Correct cache reset for Konva.Transformer
This commit is contained in:
@@ -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
|
||||
// );
|
||||
// });
|
||||
});
|
||||
|
Reference in New Issue
Block a user