Skip to content

Commit

Permalink
Merge pull request #933 from argilo/update-telemetry-invalidate-size
Browse files Browse the repository at this point in the history
Invalidate map size after updating telemetry table
  • Loading branch information
darksidelemm authored Nov 9, 2024
2 parents e1b9517 + c00458f commit 6bd31a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto_rx/autorx/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@
}else{
$(".tabulator-footer").show();
}
mymap.invalidateSize();
}
// Invalidate map size to fix problems with elements resizing.
mymap.invalidateSize();
Expand Down

0 comments on commit 6bd31a4

Please sign in to comment.