Browse Source

Increase timeout.

pull/327/head
Sebastian Stehle 8 years ago
parent
commit
1b387fa221
  1. 2
      src/Squidex/app/shared/components/rich-editor.component.ts

2
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

Loading…
Cancel
Save