fix: bubbles not being returned to the correct drag layer (#7997)

This commit is contained in:
Beka Westberg
2024-04-05 20:46:28 +00:00
committed by GitHub
parent e1cbddd860
commit 6f7e04d8eb

View File

@@ -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);
}