Skip to content

Commit

Permalink
disable double click zoom when on stand selection mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pflopez committed Oct 22, 2024
1 parent 20d3fb1 commit c57bf2a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
(mapMouseMove)="onMapMouseMove($event)"
(mapMouseUp)="onMapMouseUp()"
(mapMouseOut)="onMapMouseOut()"
[transformRequest]="transformRequest">
[transformRequest]="transformRequest"
[doubleClickZoom]="(standSelectionEnabled$ | async) === false">
<app-map-controls
*ngIf="showMapControls$ | async"
[mapLibreMap]="mapLibreMap"></app-map-controls>
Expand Down

0 comments on commit c57bf2a

Please sign in to comment.