mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
[QOL] Search Schematic (#2089)
* autofocus implementation * enter to select first schematic implementation * fix undeclared variable * fix import
This commit is contained in:
@ -386,6 +386,7 @@ public class DesktopInput extends InputHandler{
|
||||
ui.schematics.hide();
|
||||
}else{
|
||||
ui.schematics.show();
|
||||
ui.schematics.focusSearchField();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user