Skip to content

Commit 80fd9cf

Browse files
committed
Auto focus the input on open
1 parent 8e327de commit 80fd9cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/ldtteam/structurize/client/gui/WindowSelectRes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public WindowSelectRes(
210210
@Override
211211
public void onOpened()
212212
{
213+
Pane.setFocus(this.findPaneOfTypeByID(INPUT_RESOURCES, TextField.class));
213214
this.updateResources();
214215
}
215216

0 commit comments

Comments
 (0)