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 -2
View File
@@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
import Events from '../events.js'
import { AbstractScatter } from '../scatter.js'
import { Angle, Points, Polygon } from '../utils.js'
@@ -333,8 +334,6 @@ export class DisplayObjectScatter extends AbstractScatter {
roundPixel(value) {
// UO: Should be obsolete because Renderer supports roundPixels by default
return value
let res = this.renderer.resolution
return Math.round(value * res) / res
}
get container() {