From e538a334b511f9ead7cb0415cb9f212d909956e4 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Thu, 18 May 2023 10:03:09 -0700 Subject: [PATCH] fix: bubbles not being dragged (#7088) --- core/bubbles/bubble.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bubbles/bubble.ts b/core/bubbles/bubble.ts index b2e57e9f6..eaf34c741 100644 --- a/core/bubbles/bubble.ts +++ b/core/bubbles/bubble.ts @@ -108,7 +108,7 @@ export abstract class Bubble implements IBubble { browserEvents.conditionalBind( this.background, - 'pointerDown', + 'pointerdown', this, this.onMouseDown );