mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02: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