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