Merge branch 'master' of github.com:konvajs/konva

This commit is contained in:
Anton Lavrenov
2019-11-08 11:47:41 -05:00
2 changed files with 16 additions and 3 deletions

View File

@@ -507,8 +507,7 @@ export abstract class Container<ChildType extends Node> extends Node<
break;
}
}
if (hasVisible) {
if (hasVisible && minX !== undefined) {
selfRect = {
x: minX,
y: minY,