Timeline is now draggable

This commit is contained in:
2019-08-08 12:06:16 +02:00
parent 56910a8c58
commit 9aef7bb460
4 changed files with 24 additions and 22 deletions
-1
View File
@@ -506,7 +506,6 @@ 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) {