diff --git a/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts b/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts
index af0eecfe30b88554dc71922b57f92cef111423f5..c94cf78985bece53e85ad4efd22d3a929e0c61b2 100644
--- a/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts
+++ b/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts
@@ -51,10 +51,9 @@ import { UIElement } from '../../../../../../../common/interfaces/elements';
             <mat-label>{{'section-menu.height' | translate }}</mat-label>
             <input matInput  type="number"
                    [value]="$any(section.height)"
+                   (click)="$any($event).stopPropagation()"
                    (change)="updateModel('height', $any($event.target).value)">
           </mat-form-field>
-<!--          mat-menu-item-->
-<!--                   (click)="$any($event).stopPropagation()"-->
         </ng-container>
         <div *ngIf="section.dynamicPositioning">
           <fieldset>