We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569103c commit e18d5b1Copy full SHA for e18d5b1
1 file changed
src/main/java/de/doubleslash/keeptime/view/ManageWorkController.java
@@ -110,7 +110,12 @@ private void initialize() {
110
111
setProjectUpComboBox();
112
113
- Platform.runLater(() -> projectComboBox.requestFocus());
+ Platform.runLater(() -> {
114
+ noteTextArea.end();
115
+ noteTextArea.requestFocus();
116
+ });
117
+
118
119
}
120
121
private void setUpTimeRestriction() {
0 commit comments