Use delayIfDetached
config for editor set to true
by default
#190
Labels
Milestone
delayIfDetached
config for editor set to true
by default
#190
Are you reporting a feature request or a bug?
Feature
Base on our investigation on ckeditor/ckeditor4#4390 issue and fix we provide for it: ckeditor/ckeditor4#4463. We should use the
delayIfDetached
config set totrue
by default in integrations, just to prevent any issue. Also, we need to adjust editor creation: to properly mantain editor data (ckeditor/ckeditor4#4390 (comment))ckeditor4-angular/src/ckeditor/ckeditor.component.ts
Lines 302 to 304 in a6be961
The above line assumes we get editor instance, but that doesn't have to be true with delayed creation.
Expected result
What is the expected result of the above steps?
Actual result
What is the actual result of the above steps?
Other details
The text was updated successfully, but these errors were encountered: