Skip to content

Commit

Permalink
don't disable neighbours layer group when viewing neighbours for a sp…
Browse files Browse the repository at this point in the history
…ecific node as it alters user preferences when we don't want it to
  • Loading branch information
liamcottle committed Apr 17, 2024
1 parent c0008a3 commit 9ec0763
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2362,9 +2362,6 @@ <h3 v-if="selectedNodeToShowNeighboursType === 'heard_us'" class="text-sm">Nodes
closeAllPopups();
closeAllTooltips();

// turn off neighbours layer
neighboursLayerGroup.removeFrom(map);

// setup node neighbours layer
nodeNeighboursLayerGroup.clearLayers();
nodeNeighboursLayerGroup.removeFrom(map);
Expand Down

0 comments on commit 9ec0763

Please sign in to comment.