mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
fix: bubbles not being dragged (#7088)
This commit is contained in:
@@ -108,7 +108,7 @@ export abstract class Bubble implements IBubble {
|
||||
|
||||
browserEvents.conditionalBind(
|
||||
this.background,
|
||||
'pointerDown',
|
||||
'pointerdown',
|
||||
this,
|
||||
this.onMouseDown
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user