mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 08:45:26 +03:00
Fix: Input field lost focus after confirm() and alert()
This commit is contained in:
parent
324d700afa
commit
6af70e96dd
5 changed files with 12 additions and 12 deletions
|
@ -156,7 +156,7 @@ var SITLProcess = {
|
|||
});
|
||||
|
||||
} else {
|
||||
alert(GUI.operating_system);
|
||||
GUI.alert(GUI.operating_system);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue