debug interactive map on stage
This commit is contained in:
@@ -259,9 +259,9 @@ function hidePopup(){
|
||||
}, 300);
|
||||
}
|
||||
|
||||
placeProjectsIcons(projectsIcons);
|
||||
// debugMapPlacement();
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
placeProjectsIcons(projectsIcons);
|
||||
window.addEventListener('resize', () => {
|
||||
placeProjectsIcons(projectsIcons)
|
||||
});
|
||||
|
Reference in New Issue
Block a user