Skip to content

Commit

Permalink
Merge pull request #63 from open-formulieren/feature/2177-removing-ci…
Browse files Browse the repository at this point in the history
…cle-interaction

Removing circle from the available map interactions
  • Loading branch information
robinmolen authored Jan 7, 2025
2 parents 5e2e2a2 + 8567c7b commit 7235d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/formio/components/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export interface MapComponentSchema
* https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html#drawoptions
*/
interactions?: {
circle: boolean;
polygon: boolean;
polyline: boolean;
marker: boolean;
Expand Down

0 comments on commit 7235d14

Please sign in to comment.