ckeditor5-inspector icon indicating copy to clipboard operation
ckeditor5-inspector copied to clipboard

Shouldn't the inspector be updated asynchronously

Open Reinmar opened this issue 7 years ago • 1 comments

I can see via this:

image

That it's updated synchronously. I don't see real issues with this yet (we'd have to edit really long content), but it seems more "correct" to update the inspector state asynchronously, after CKEditor 5's handles finish their job.

Reinmar avatar Apr 03 '19 08:04 Reinmar

On the down side, if the inspector was async, you wouldn't be able to stop the editor with debugger and take a look at the inspector UI. It should be possible now... or not? OTOH React renders the UI asynchronously in its own loop so maybe that's not a problem.

oleq avatar Jul 30 '20 08:07 oleq