mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
formatting
This commit is contained in:
@ -34,7 +34,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
/// </summary>
|
||||
public class SelectionHandler : CompositeDrawable, IKeyBindingHandler<PlatformAction>, IHasContextMenu
|
||||
{
|
||||
|
||||
public IEnumerable<SelectionBlueprint> SelectedBlueprints => selectedBlueprints;
|
||||
private readonly List<SelectionBlueprint> selectedBlueprints;
|
||||
|
||||
@ -229,7 +228,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
{
|
||||
shiftClickDeleteCheck(blueprint, state);
|
||||
multiSelectionHandler(blueprint, state);
|
||||
|
||||
}
|
||||
|
||||
private void multiSelectionHandler(SelectionBlueprint blueprint, InputState state)
|
||||
|
Reference in New Issue
Block a user