Skip to content

Commit

Permalink
fix setting the default position
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiown committed May 30, 2024
1 parent 1d642b4 commit 3efa05a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function initializeMap() {
map.flyTo([49.1, 31.2], initialZoom, {
duration: 3,
});
document.querySelector('.company-dropdown').selectedIndex = 0;
},
});
map.addControl(new centerButton());
Expand Down

0 comments on commit 3efa05a

Please sign in to comment.