- Fixed a bug in new customize dialog.

- Chat should work correctly when pressing enter now.

tags : #story[1245]
This commit is contained in:
Alistair McIntyre
2017-09-12 17:26:52 +12:00
parent 90a54beb8d
commit 20b656b16d
3 changed files with 2 additions and 4 deletions
@@ -727,8 +727,7 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
}
public boolean isChatInputFocused() {
// return chatInput.focusedProperty().getValue();
return false;
return chatInput.focusedProperty().getValue();
}
public String readChatInput() {