Skip to content

Commit

Permalink
Merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBirtch-aot committed Aug 7, 2024
1 parent 8c436e2 commit dac5c6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/src/components/Map/services/MapService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ class MapService {

map.on(L.Draw.Event.DRAWSTART, (e) => {
e.layer.setIcon(this.customMarker);
}
});
map.on('resize', () => {
map.invalidateSize();

});
}
}
Expand Down

0 comments on commit dac5c6d

Please sign in to comment.