Ck Editor initialize issue in angular while page initializing second time after saving
I am using the CK Editor in my angular project, it is getting loaded properly for the first page initialized. For the second time control is not getting rendered properly also am getting the error message. Thanks in advance.
I have tried to re-initialized for the second time, but that is not working. I have mentioned the error message received from the screen for your reference.
Uncaught TypeError: Cannot read property 'getSelection' of undefined
Here is the comment with more details on this issue - https://github.com/ckeditor/ckeditor5/issues/1830#issuecomment-505275726.
Thanks for the update.
Hi Flames, Can you suggest any work around about the issue?
i am also facing the same issue
Might be related to https://stackoverflow.com/a/28650844/646871 and the issue described in https://github.com/ckeditor/ckeditor4-angular/pull/111#issuecomment-641796398.
@antonyvimal, @alextvino would you be able to prepare a simple demo where this issue can be reproduced?