Skip to content

Commit a131ff5

Browse files
authored
test: Update comment for closing info window logic (#1150)
A new change to test a workflow update (this was not building dist output)
1 parent 8da2bb2 commit a131ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/event-poi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function initMap() {
3131
if (isIconMouseEvent(event) && event.placeId) {
3232
showInfoWindow(event, infowindow);
3333
} else {
34-
// Otherwise, close the info window.
34+
// Close the info window if there is no placeId.
3535
infowindow.close();
3636
}
3737
});

0 commit comments

Comments
 (0)