mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user