Skip to content

Commit

Permalink
Fix additional issues when clicking on marker on FC map
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuoa committed May 24, 2024
1 parent 80e58af commit f882deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/viewers/Flatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<script>
/* eslint-disable no-alert, no-console */
import Tagging from '../../services/tagging.js';
import { FlatmapVuer } from "@abi-software/flatmapvuer";
import EventBus from "../EventBus";
import ContentMixin from "../../mixins/ContentMixin";
Expand Down Expand Up @@ -67,7 +68,7 @@ export default {
'event': 'interaction_event',
'event_name': 'portal_maps_connectivity',
'category': paramString,
"location": type + ' ' + this.$refs.map.viewingMode
"location": type + ' ' + this.$refs.flatmap.viewingMode
});
}
},
Expand Down

0 comments on commit f882deb

Please sign in to comment.