mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
pull made
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
</div>
|
||||
|
||||
<editor
|
||||
class="container-img"
|
||||
apiKey="wr5dk69kive0qr9ig6y5spqvlj3a0tsiwnzdsexnz241k69p"
|
||||
[(ngModel)]="editorContent"
|
||||
[init]="{
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user