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
Toolbar is configurable in the sense that we can choose which commands to include. The state updater (StateStoreRichTextUpdator.svelte) for the toolbar is not. It tracks and updates all the state stores irrespective of the commands being included in the toolbar.
This is a concern from tree-shaking point of view and can lead to extra code being bundled.
The text was updated successfully, but these errors were encountered:
Toolbar is configurable in the sense that we can choose which commands to include. The state updater (StateStoreRichTextUpdator.svelte) for the toolbar is not. It tracks and updates all the state stores irrespective of the commands being included in the toolbar.
This is a concern from tree-shaking point of view and can lead to extra code being bundled.
The text was updated successfully, but these errors were encountered: