mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 02:32:55 +08:00
Do not release focus of the chat text box when sending a message
This commit is contained in:
parent
2fbad58866
commit
fac16bdebd
@ -1 +1 @@
|
|||||||
Subproject commit 925bbe42bab95078b9d33189205b5b1b76bf8e01
|
Subproject commit 4e82d99cbe1c9e60ca99beff91c7dbe84fee7897
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user