Skip to content

Commit

Permalink
fix: issue when clearing highlights after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Sep 5, 2024
1 parent e4b3c17 commit da016f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion map/client/composables/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export function useHighlight (name, options = {}) {

function removeHighlightsLayer () {
// Clear any running update
if (updateRequested) clearTimeout(updateRequested)
if (activity) activity.removeLayer(HighlightsLayerName)
}
function onHighlightedLayerDisabled (layer) {
Expand Down

0 comments on commit da016f4

Please sign in to comment.