Skip to content
Snippets Groups Projects
Commit 14cd1273 authored by rhenck's avatar rhenck
Browse files

[editor] Fix resize handle being always shown

parent f1b38832
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ import { CanvasElementOverlay } from './canvas-element-overlay';
[style.left.px]="element.xPosition"
[style.top.px]="element.yPosition"
[style.z-index]="element.zIndex">
<div class="resizeHandle"
<div *ngIf="selected" class="resizeHandle"
cdkDrag (cdkDragStarted)="resizeDragStart()" (cdkDragMoved)="resizeElement($event)"
cdkDragBoundary=".section-wrapper"
[style.right.px]="-1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment