1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 05:50:10 +08:00

Do not release focus of the chat text box when sending a message

This commit is contained in:
Thomas Müller
2017-06-05 18:07:28 +02:00
Unverified
parent 2fbad58866
commit fac16bdebd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -134,6 +134,7 @@ namespace osu.Game.Overlays
PlaceholderText = "type your message",
Exit = () => State = Visibility.Hidden,
OnCommit = postMessage,
ReleaseFocusOnCommit = false,
HoldFocus = true,
}
}