We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c6af0 commit 5b8b55bCopy full SHA for 5b8b55b
map.js
@@ -512,7 +512,8 @@ class Events {
512
`
513
// Reposition after expanding
514
content.querySelector('details').addEventListener('toggle', () => {
515
- this.cachedInfoWindow.open(window.map, event.marker);
+ // TODO: this is breaking calendar button
516
+ // this.cachedInfoWindow.open(window.map, event.marker);
517
})
518
this.cachedInfoWindow.setContent(content);
519
}
0 commit comments