@@ -36,7 +36,7 @@
|
||||
:show-layer-mode-toggle="false"
|
||||
:show-floor="is3DMode && !showRoutePlanner"
|
||||
show-zoom-controls
|
||||
zoom-controls-top="calc(100vh - 252px)"
|
||||
zoom-controls-top="calc(100vh - 292px)"
|
||||
:route-preview="activeRoutePreview"
|
||||
:show-route="Boolean(activeRoutePreview)"
|
||||
:disable-auto-exit="disableIndoorAutoExit"
|
||||
@@ -638,7 +638,7 @@ const syncTopTabToUrl = (tabId: GuideTopTab) => {
|
||||
|
||||
const url = `#/pages/index/index?tab=${tabId}`
|
||||
if (window.location.hash !== url) {
|
||||
window.history.replaceState(null, '', url)
|
||||
window.history.replaceState(window.history.state, '', url)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user