mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 00:50:16 +08:00
Ensure collection edit textbox commits on focus loss
As discussed in https://github.com/ppy/osu/discussions/23739
This commit is contained in:
@@ -86,6 +86,7 @@ namespace osu.Game.Collections
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Size = Vector2.One,
|
||||
CornerRadius = item_height / 2,
|
||||
CommitOnFocusLost = true,
|
||||
PlaceholderText = collection.IsManaged ? string.Empty : "Create a new collection"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user