diff --git a/src/Squidex/app/shared/components/rich-editor.component.ts b/src/Squidex/app/shared/components/rich-editor.component.ts index 940d066b3..4789dd670 100644 --- a/src/Squidex/app/shared/components/rich-editor.component.ts +++ b/src/Squidex/app/shared/components/rich-editor.component.ts @@ -106,7 +106,7 @@ export class RichEditorComponent implements ControlValueAccessor, AfterViewInit, self.tinyInitTimer = setTimeout(() => { self.tinyEditor.setContent(this.value || ''); - }, 500); + }, 1000); }, target: this.editor.nativeElement