Skip to content

Commit

Permalink
fix: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFabre-ods committed Oct 25, 2023
1 parent 580b8bc commit c361f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/visualizations/src/components/MapPoi/Map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export default class MapPOI {
const hasControl = map.hasControl(this.navigationControl);

if (interaction === 'disable') {
// test
onDisable?.();
this.popup.remove();
if (hasControl) {
Expand Down

0 comments on commit c361f39

Please sign in to comment.