Commit 806c3063 authored by Fatih Acet's avatar Fatih Acet

IssueNotesRefactor: Fix GFM rendering after edits come in.

parent 48acfb5c
...@@ -59,12 +59,15 @@ ...@@ -59,12 +59,15 @@
mounted() { mounted() {
this.renderGFM(); this.renderGFM();
this.initTaskList(); this.initTaskList();
if (this.isEditing) { if (this.isEditing) {
this.initAutoSave(); this.initAutoSave();
} }
}, },
updated() { updated() {
this.initTaskList(); this.initTaskList();
this.renderGFM();
if (this.isEditing) { if (this.isEditing) {
if (!this.autosave) { if (!this.autosave) {
this.initAutoSave(); this.initAutoSave();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment