fix: disable emoticons to prevent messages from being cut off (#31)
This commit is contained in:
@@ -33,9 +33,9 @@ export default function TextEditor(props) {
|
||||
height: 600,
|
||||
branding: false,
|
||||
menubar: 'edit view insert format table tools',
|
||||
plugins: 'advlist code emoticons link lists table image language codesample',
|
||||
plugins: 'advlist code link lists table image language codesample',
|
||||
toolbar:
|
||||
'formatselect fontselect bold italic underline forecolor | codesample bullist numlist alignleft aligncenter alignright alignjustify indent | blockquote link emoticons image code| language',
|
||||
'formatselect fontselect bold italic underline forecolor | codesample bullist numlist alignleft aligncenter alignright alignjustify indent | blockquote link image code | language',
|
||||
skin: false,
|
||||
content_css: false,
|
||||
content_style: `${contentUiCss.toString()}\n${contentCss.toString()}`,
|
||||
|
||||
Reference in New Issue
Block a user