Auswahl der Settings via Tabelle

MAP immer auf den Sensor zentrieren
This commit is contained in:
rxf
2023-12-08 15:22:19 +01:00
parent bf53bd8929
commit 98f0355641
5 changed files with 87 additions and 61 deletions
+3 -1
View File
@@ -195,7 +195,9 @@ export const removeTabs = () => {
// show thw tabs again
export const showTabs = () => {
document.querySelector('#navi').style.display = 'block'
if (activeTab !== 'maptab') {
document.querySelector('#navi').style.display = 'block'
}
}
export const setCurrentTab = (tab) => {