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

[editor] Fix TextElement properties to show for empty texts

parent 5062c35b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ import { DialogService } from '../../../../../services/dialog.service';
MatSelectModule
],
template: `
<div *ngIf="combinedProperties.text" class="fx-column-start-stretch">
<div *ngIf="combinedProperties.text !== undefined" class="fx-column-start-stretch">
Text
<div class="text-text"
[innerHTML]="combinedProperties.text | safeResourceHTML">
......
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