Skip to content

Commit

Permalink
Fixes #2000 - iFrame plan route button doesn't do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 11, 2024
1 parent dccc52b commit 4a35bf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<mat-menu #appMenu="matMenu" xPosition="before">
<ng-template matMenuContent>
<div [dir]="resources.direction">
<button mat-menu-item (click)="selectDrawing()" angulartics2On="click" angularticsCategory="Menu" angularticsAction="Show drawing buttons">
<button mat-menu-item *ngIf="!isIFrame()" (click)="selectDrawing()" angulartics2On="click" angularticsCategory="Menu" angularticsAction="Show drawing buttons">
<span class="flex flex-row justify-center items-center">
<span class="w-1/12 text-center"><i class="fa fa-lg icon-pencil mat-icon"></i></span>
<span class="flex-1 margin-sides">{{resources.routePlanning}}</span>
Expand Down

0 comments on commit 4a35bf3

Please sign in to comment.