1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 02:29:54 +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:
Dean Herbert
2023-06-04 12:51:03 +09:00
Unverified
parent 3e308e4c27
commit eb7586b517
@@ -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"
},
}