fix: bubbles not being dragged (#7088)

This commit is contained in:
Beka Westberg
2023-05-18 10:03:09 -07:00
committed by GitHub
parent d3939f7a48
commit e538a334b5

View File

@@ -108,7 +108,7 @@ export abstract class Bubble implements IBubble {
browserEvents.conditionalBind(
this.background,
'pointerDown',
'pointerdown',
this,
this.onMouseDown
);