fix: disable emoticons to prevent messages from being cut off (#31)

This commit is contained in:
Thomas Tracy
2022-03-30 10:34:54 -04:00
committed by GitHub
parent d0de55d11a
commit f2c66ebcf6

View File

@@ -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()}`,