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
The SelectAllEditing and UndoEditing plugins are included, but the SelectAllUI and UndoUI plugins are not
β Actual result
UI plugins are included
β Possible solution
Make the comments plugins only import/require SelectAllEditing rather than the SelectAll glue plugin and UndoEditing rather than the Undo glue plugin
π Other details
Based on my bundle analysis, the comments editor imports and requires the SelectAll and Undo glue plugins, but it doesn't have a tool bar or application menu or anything, so only needs the editing plugins. This inflates the bundle size anytime comments is included in the build, and (slightly) bloats the comment editors unnecessarily at runtime.
If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered:
π Provide detailed reproduction steps (if any)
Create an editor with comments enabled
βοΈ Expected result
The
SelectAllEditing
andUndoEditing
plugins are included, but theSelectAllUI
andUndoUI
plugins are notβ Actual result
UI plugins are included
β Possible solution
Make the comments plugins only import/require
SelectAllEditing
rather than theSelectAll
glue plugin andUndoEditing
rather than theUndo
glue pluginπ Other details
Based on my bundle analysis, the comments editor imports and requires the
SelectAll
andUndo
glue plugins, but it doesn't have a tool bar or application menu or anything, so only needs the editing plugins. This inflates the bundle size anytime comments is included in the build, and (slightly) bloats the comment editors unnecessarily at runtime.If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: