feat: resolve TODO autofocus edit box
This commit is contained in:
parent
30cbfbc454
commit
ccb72481fd
1 changed files with 1 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ public class FoodpalApplicationCtrl implements LocaleAware {
|
||||||
showName(edit.getText());
|
showName(edit.getText());
|
||||||
});
|
});
|
||||||
editableTitleArea.getChildren().add(edit);
|
editableTitleArea.getChildren().add(edit);
|
||||||
|
edit.requestFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue