Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

Update angular2-tinymce.component.ts #38

Closed Kidwind closed 6 years ago

Kidwind commented 6 years ago

Fix bug. when the editor not init complete. this.editor is not available. Avoid the editor.setContent method to be executed before initialization, Such as the writeValue method.