Skip to content

Commit

Permalink
Make fixmes clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jul 17, 2024
1 parent 65d63a9 commit 6162746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ function updateMapForHover() {
}

function entityForEvent(e) {
let layers = ['trail-pois', 'trails-pointer-targets'];
let layers = ['trails-qa', 'trail-pois', 'trails-pointer-targets'];

// we need to add focus as a target or else you can click hidden stuff
if (isFocusing) layers.unshift('focus');
Expand Down

0 comments on commit 6162746

Please sign in to comment.