add loader for tiny

This commit is contained in:
Peter Maquiran
2023-07-31 11:03:22 +01:00
parent 6d1adf1b8b
commit 7cef2d2a49
4 changed files with 13 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@
</div>
<editor
class="container-img"
apiKey="wr5dk69kive0qr9ig6y5spqvlj3a0tsiwnzdsexnz241k69p"
[(ngModel)]="editorContent"
[init]="{
+2
View File
@@ -16,6 +16,7 @@ export class TinyMCEPage implements OnInit {
content: ""
editorContent: "";
value: "";
loadingTiny = true
@@ -45,6 +46,7 @@ export class TinyMCEPage implements OnInit {
doneWaitForTiny(tiny: HTMLDivElement) {
tiny.style.height = '100%'
this.loadingTiny = true
}
ngOnInit() {