mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
fix: bubbles not being returned to the correct drag layer (#7997)
This commit is contained in:
@@ -42,7 +42,7 @@ export class BubbleDragStrategy implements IDragStrategy {
|
||||
|
||||
this.workspace
|
||||
.getLayerManager()
|
||||
?.moveOffDragLayer(this.bubble, layers.BLOCK);
|
||||
?.moveOffDragLayer(this.bubble, layers.BUBBLE);
|
||||
this.bubble.setDragging(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user