Remove chat overlay local override

This commit is contained in:
Dean Herbert 2017-12-30 21:10:57 +09:00
parent e332683d18
commit 8733f809a5
1 changed files with 0 additions and 2 deletions

View File

@ -240,8 +240,6 @@ public void APIStateChanged(APIAccess api, APIState state)
public override bool AcceptsFocus => true;
protected override bool OnClick(InputState state) => true;
protected override void OnFocus(InputState state)
{
//this is necessary as textbox is masked away and therefore can't get focus :(