fix: remove editor text persistence (#311)
* fix: remove editor text persistence * fix: remove text persistence from comment/response editor * fix: stop comment/response validation on editor cancel button
This commit is contained in:
@@ -92,7 +92,7 @@ export default function TinyMCEEditor(props) {
|
||||
browser_spellcheck: true,
|
||||
a11y_advanced_options: true,
|
||||
autosave_interval: '1s',
|
||||
autosave_restore_when_empty: true,
|
||||
autosave_restore_when_empty: false,
|
||||
plugins: 'autosave codesample link lists image imagetools code emoticons charmap',
|
||||
toolbar: 'undo redo'
|
||||
+ ' | formatselect | bold italic underline'
|
||||
|
||||
Reference in New Issue
Block a user