Skip to content

Commit

Permalink
event for infowindow as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jokd committed Dec 2, 2024
1 parent 80ea51e commit 7c26491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/featureinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ const Featureinfo = function Featureinfo(options = {}) {
} else if (items.length > 1) {
selectionManager.addItems(items);
}
items.forEach((item) => component.dispatch('itemadded', item));
break;
}
default:
Expand Down

0 comments on commit 7c26491

Please sign in to comment.