remove rounding from getClientRect

This commit is contained in:
Anton Lavrenov
2022-03-12 22:28:19 -05:00
parent a75fd53f0e
commit fcf53dc138
13 changed files with 106 additions and 63 deletions

View File

@@ -2509,7 +2509,7 @@ describe('Transformer', function () {
});
});
it.only('transform events check', function () {
it('transform events check', function () {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);