Remove selector toggling logic for now

This commit is contained in:
David Zhao 2019-06-26 19:39:47 +09:00
parent e92c1ca009
commit 4510c868f4

View File

@ -356,9 +356,6 @@ namespace osu.Game.Overlays
textbox.HoldFocus = true;
if (channelManager.CurrentChannel.Value == null || channelManager.CurrentChannel.Value is ChannelSelectorTabItem.ChannelSelectorTabChannel)
ChannelSelectionOverlay.Show();
base.PopIn();
}