You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I can see via this:
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.
The text was updated successfully, but these errors were encountered: