This commit is contained in:
Anuken
2023-01-11 19:59:58 -05:00
parent 5e084be6f5
commit 9c63165ef5

View File

@@ -46,6 +46,9 @@ public class ConsoleFragment extends Table{
}
if(shown){
chatfield.requestKeyboard();
}else if(scene.getKeyboardFocus() == chatfield){
scene.setKeyboardFocus(null);
scene.setScrollFocus(null);
}
clearChatInput();
}