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 TextEditor component loads the toast-ui editor package + its translations + a package for syntax highlighting. However, the latter 2 are only needed for editing markdown files, so there is no need to load these packages if the editor is a) in read-only mode or b) not showing a markdown file.
The text was updated successfully, but these errors were encountered:
The
TextEditor
component loads thetoast-ui
editor package + its translations + a package for syntax highlighting. However, the latter 2 are only needed for editing markdown files, so there is no need to load these packages if the editor is a) in read-only mode or b) not showing a markdown file.The text was updated successfully, but these errors were encountered: