string de draft id bug solved

This commit is contained in:
Eudes Inácio
2023-07-12 15:15:56 +01:00
parent b56efb7043
commit 44f8aa8f2b
11 changed files with 22 additions and 18 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ export class TinyMCEPage implements OnInit {
title = '<p><img style="display: block; margin-left: auto; margin-right: auto;" src="assets/TempImgs/TCROUND.png" alt="" width="102" height="104" />Just Testing with an image yoOH.</p>';
Document: any
content: string
editorContent: string;
value: string;
content: ""
editorContent: "";
value: "";