fix property name
This commit is contained in:
parent
305d418f5f
commit
ed329c6299
@ -18,7 +18,7 @@ export function alignChild(parent, child, container, alignments, containment) {
|
||||
if (containment.invertH && overflows.h) {
|
||||
alignments = invertH(alignments)
|
||||
}
|
||||
if (containment.inoverV && overflows.v) {
|
||||
if (containment.invertV && overflows.v) {
|
||||
alignments = invertV(alignments)
|
||||
}
|
||||
childRect = calculatePosition(parentRect, childRect, alignments)
|
||||
|
Loading…
Reference in New Issue
Block a user