Fixed conflict.

This commit is contained in:
2019-08-08 13:47:00 +02:00
4 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -514,7 +514,7 @@ export default class ButtonGroup extends PIXI.Container {
// stack!
const distanceToTop = this.container.y
const distanceToBottom = this.opts.maxHeight - this.container.y - this.__initHeight
if (distanceToTop > 0) {
throwProps.y.end = 0
} else if (distanceToBottom > 0) {