Skip to content

Commit

Permalink
fix: bubbles not being returned to the correct drag layer
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Apr 3, 2024
1 parent a73e8a3 commit 0d50ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dragging/bubble_drag_strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 0d50ca8

Please sign in to comment.