mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 05:14:58 +08:00
more Transformer fixes
This commit is contained in:
@@ -2140,7 +2140,6 @@ suite('Container', function() {
|
||||
y: 10
|
||||
});
|
||||
group.add(new Konva.Group());
|
||||
console.log(group.getClientRect());
|
||||
assert.deepEqual(group.getClientRect(), {
|
||||
x: 10,
|
||||
y: 10,
|
||||
|
||||
Reference in New Issue
Block a user