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
ATM even when the inspector is collapsed, it renders all the UI (and first collects data from the editor to do that) which degrades performance when working with large documents.
+ few store dispatches when the inspector is uncollapsed to stay in sync) and that would help using editor manual test with large content by simply collapsing the inspector.
This improvement will be very important for documents with markers. Now when there are several markers in the document then performance drop is very noticeable.
ATM even when the inspector is collapsed, it renders all the UI (and first collects data from the editor to do that) which degrades performance when working with large documents.
Fixing this should be fairly simple (around
ckeditor5-inspector/src/ckeditorinspector.js
Lines 192 to 198 in 396af59
A follow-up of #79. Related to #71.
The text was updated successfully, but these errors were encountered: