Skip to content

Commit

Permalink
Add explanatory note
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Sep 21, 2023
1 parent 095812c commit 5266cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Screens/Select/FilterControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ private partial class FilterControlTextBox : SeekLimitedSearchTextBox

public OsuSpriteText FilterText { get; private set; }

// clipboard is disabled because one of the "cut" platform key bindings (shift-delete) conflicts with the beatmap deletion action.
protected override bool AllowClipboardExport => false;

public FilterControlTextBox()
Expand Down

0 comments on commit 5266cdc

Please sign in to comment.