Taras Vozniuk
Taras Vozniuk
@psrednicki: Do you need any help on this one here?
@psrednicki: got it, thanks, will open another PR for it then
@idkjs: your reason code looks valid for me from the first glace, will try repro it soon and provide you more feedback on this
@happylinks: to double-check if I understand this right: in https://pixijs.io/examples/#/interaction/dragging.js ```js bunny.on('pointerdown', onDragStart) //... function onDragStart(event) { this.data = event.data; } ``` this event.data is instance of `InteractionData` is this...