mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 20:44:08 +08:00
Do not release focus of the chat text box when sending a message
This commit is contained in:
+1
-1
Submodule osu-framework updated: 925bbe42ba...4e82d99cbe
@@ -134,6 +134,7 @@ namespace osu.Game.Overlays
|
||||
PlaceholderText = "type your message",
|
||||
Exit = () => State = Visibility.Hidden,
|
||||
OnCommit = postMessage,
|
||||
ReleaseFocusOnCommit = false,
|
||||
HoldFocus = true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user