mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Remove duplicated call to initially select blueprint
This commit is contained in:
@ -267,8 +267,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
/// <param name="item">The item for which the blueprint has been added.</param>
|
/// <param name="item">The item for which the blueprint has been added.</param>
|
||||||
protected virtual void OnBlueprintAdded(T item)
|
protected virtual void OnBlueprintAdded(T item)
|
||||||
{
|
{
|
||||||
if (SelectionHandler.SelectedItems.Contains(item))
|
|
||||||
blueprintMap[item].Select();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user