mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Do not release focus of the chat text box when sending a message
This commit is contained in:
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