Merge pull request #5991 from BenJamesBen/stack-anchor-property
fix(core): Add missing anchor property to Stack() constructor
This commit is contained in:
commit
4bb64f1bda
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export function Stack(name = null) {
|
|||
this.bottomRight = false
|
||||
this.width = false
|
||||
this.height = false
|
||||
this.anchor = new Point(0, 0)
|
||||
|
||||
return this
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue