SciPost Code Repository

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

Try simple debug for prosemirror-model problem

parent e6bfcb7e
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