1
0
Fork 0
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:
Scavanger 2024-11-20 10:58:10 -03:00
parent 324d700afa
commit 6af70e96dd
5 changed files with 12 additions and 12 deletions

View file

@ -156,7 +156,7 @@ var SITLProcess = {
});
} else {
alert(GUI.operating_system);
GUI.alert(GUI.operating_system);
return;
}