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

IssueNotesRefactor: Fix GFM rendering after edits come in.

parent 48acfb5c
......@@ -59,12 +59,15 @@
mounted() {
this.renderGFM();
this.initTaskList();
if (this.isEditing) {
this.initAutoSave();
}
},
updated() {
this.initTaskList();
this.renderGFM();
if (this.isEditing) {
if (!this.autosave) {
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