mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +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",
|
PlaceholderText = "type your message",
|
||||||
Exit = () => State = Visibility.Hidden,
|
Exit = () => State = Visibility.Hidden,
|
||||||
OnCommit = postMessage,
|
OnCommit = postMessage,
|
||||||
|
ReleaseFocusOnCommit = false,
|
||||||
HoldFocus = true,
|
HoldFocus = true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user