pull made

This commit is contained in:
Eudes Inácio
2023-07-31 16:41:50 +01:00
6 changed files with 19 additions and 12 deletions
+1
View File
@@ -18,6 +18,7 @@
</div>
<editor
class="container-img"
apiKey="wr5dk69kive0qr9ig6y5spqvlj3a0tsiwnzdsexnz241k69p"
[(ngModel)]="editorContent"
[init]="{
+3
View File
@@ -21,6 +21,8 @@ export class TinyMCEPage implements OnDestroy {
private intervalId: any;
private intervalTime: number = 30000;
loadingTiny = true
constructor(
@@ -52,6 +54,7 @@ export class TinyMCEPage implements OnDestroy {
doneWaitForTiny(tiny: HTMLDivElement) {
tiny.style.height = '100%'
this.loadingTiny = true
}
ngOnDestroy() {