mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
initial stab on preventing tab switch chaining
This commit is contained in:
parent
795502a585
commit
3f063f6654
3 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,7 @@ $(document).ready(function() {
|
|||
GUI.timeout_kill_all();
|
||||
GUI.interval_kill_all();
|
||||
GUI.tab_switch_cleanup();
|
||||
GUI.tab_switch_in_progress = false;
|
||||
|
||||
serial.disconnect(onClosed);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue