Automatically hyperlink links in WYSIWYG editors

This commit is contained in:
2020-11-09 12:03:53 -06:00
parent a9dd16cc64
commit 042494128a
2 changed files with 5 additions and 1 deletions

View File

@@ -78,6 +78,6 @@
<div
class="editable-base"
*ngIf="!isFocused"
[innerHTML]="initialValue"
[innerHTML]="displayContents"
></div>
</div>