debug interactive map on stage

This commit is contained in:
Valentin
2024-11-05 23:30:16 +01:00
parent bd1b450a45
commit ccd0f3a610
7 changed files with 94 additions and 5 deletions

View File

@@ -259,9 +259,9 @@ function hidePopup(){
}, 300);
}
placeProjectsIcons(projectsIcons);
// debugMapPlacement();
document.addEventListener('DOMContentLoaded', () => {
placeProjectsIcons(projectsIcons);
window.addEventListener('resize', () => {
placeProjectsIcons(projectsIcons)
});