mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Mark selected channel null in test when selector is activated
This commit is contained in:
@ -104,6 +104,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
channelList.SelectorActive.BindValueChanged(change =>
|
||||
{
|
||||
selectorText.Text = $"Channel Selector Active: {change.NewValue}";
|
||||
selected.Value = null;
|
||||
}, true);
|
||||
|
||||
selected.BindValueChanged(change =>
|
||||
|
Reference in New Issue
Block a user