Skip to content

Commit 5b8b55b

Browse files
authored
Update map.js
1 parent e0c6af0 commit 5b8b55b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

map.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ class Events {
512512
`
513513
// Reposition after expanding
514514
content.querySelector('details').addEventListener('toggle', () => {
515-
this.cachedInfoWindow.open(window.map, event.marker);
515+
// TODO: this is breaking calendar button
516+
// this.cachedInfoWindow.open(window.map, event.marker);
516517
})
517518
this.cachedInfoWindow.setContent(content);
518519
}

0 commit comments

Comments
 (0)