diff --git a/core/dragging/block_drag_strategy.ts b/core/dragging/block_drag_strategy.ts index d3f348e8fbf..fadba28fb69 100644 --- a/core/dragging/block_drag_strategy.ts +++ b/core/dragging/block_drag_strategy.ts @@ -429,6 +429,9 @@ export class BlockDragStrategy implements IDragStrategy { } } else { this.block.moveTo(this.startLoc!, ['drag']); + this.workspace + .getLayerManager() + ?.moveOffDragLayer(this.block, layers.BLOCK); // Blocks dragged directly from a flyout may need to be bumped into // bounds. bumpObjects.bumpIntoBounds(