Skip to content

Commit

Permalink
Update infowindow_expandableList.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jokd committed Oct 20, 2023
1 parent 19f3de9 commit a1c17cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/infowindow_expandableList.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function render(viewerId) {
makeElementDraggable(mainContainer);
}

// This function actually does nothing but is kept for the selectionmanager, hopefully the infowindow_expandableList.js will soon be merged with infowindow.js
function showSelectedList(selectionGroup) {
if (activeSelectionGroup === selectionGroup) {
return;
Expand Down

0 comments on commit a1c17cb

Please sign in to comment.