fix: Fix panorama + route scale data

This commit is contained in:
2025-07-26 11:48:41 +03:00
parent 89d7fc2748
commit 470a58a3fa
7 changed files with 43 additions and 20 deletions

View File

@@ -165,6 +165,7 @@ export const RouteMap = observer(() => {
return (
<div style={{ width: "100%", height: "100%" }} ref={parentRef}>
<LanguageSwitcher />
<Application resizeTo={parentRef} background="#fff">
<InfiniteCanvas>
<TravelPath points={points} />