mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 19:40:22 +03:00
bugfix
This commit is contained in:
parent
e27f8019d7
commit
f13f07942e
1 changed files with 4 additions and 0 deletions
|
@ -206,6 +206,10 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
|
|||
case 'sensors':
|
||||
GUI.interval_kill_all(['port-update', 'port_usage', 'serial_read']);
|
||||
|
||||
// sensor data tab uses scrollbars, emptying the content before loading another tab
|
||||
// prevents scrollbar exposure to any of the tabs while new content is loaded in
|
||||
$('#content').empty();
|
||||
|
||||
if (callback) callback();
|
||||
break;
|
||||
case 'cli':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue