SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 25088c78 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Merge branch 'dev_JSC_20191113_apimail' into staging

parents cdd04797 f2bf92b5
No related branches found
No related tags found
No related merge requests found
......@@ -422,6 +422,10 @@ export default {
}
this.form.body_html += '</blockquote>'
}
else {
// Fill with a couple of blank lines to debug prosemirror
this.form.body_html = '<br><br>'
}
this.editor.setContent(this.form.body_html)
},
beforeDestroy() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment