Fixed eslint problems

This commit is contained in:
Uwe Oestermeier 2019-08-08 14:30:42 +02:00
parent f5cf8115af
commit 05e3c89ca1
1 changed files with 1 additions and 1 deletions

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) {