Skip to content
Snippets Groups Projects
Commit 575259cb authored by jojohoch's avatar jojohoch
Browse files

[editor] Fix call of pipe `safeResourceHTML`

parent ebd9acc6
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<ng-container *ngIf="combinedProperties.text">
Text
<div class="text-text" [innerHTML]="combinedProperties.text | safeResourceHTML"
<div class="text-text" [innerHTML]="$any(combinedProperties.text) | safeResourceHTML"
(click)="unitService.showDefaultEditDialog(selectedElements[0])">
</div>
</ng-container>
......
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