diff --git a/osu.Game/Screens/Edit/Compose/Components/BlueprintContainer.cs b/osu.Game/Screens/Edit/Compose/Components/BlueprintContainer.cs
index 7f31afb9ba..a7076bf40e 100644
--- a/osu.Game/Screens/Edit/Compose/Components/BlueprintContainer.cs
+++ b/osu.Game/Screens/Edit/Compose/Components/BlueprintContainer.cs
@@ -267,8 +267,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
/// The item for which the blueprint has been added.
protected virtual void OnBlueprintAdded(T item)
{
- if (SelectionHandler.SelectedItems.Contains(item))
- blueprintMap[item].Select();
}
///