Commit e20654fc authored by Phil Hughes's avatar Phil Hughes

fixed GFM references not working

[ci skip]
parent 04178d72
......@@ -43,7 +43,8 @@
aria-label="Description"
v-model="formState.description"
ref="textarea"
slot="textarea">
slot="textarea"
placeholder="Write a comment or drag your files here...">
</textarea>
</markdown-field>
</div>
......
......@@ -62,7 +62,7 @@
/*
GLForm class handles all the toolbar buttons
*/
return new gl.GLForm($(this.$refs['gl-form']));
return new gl.GLForm($(this.$refs['gl-form']), true);
},
};
</script>
......
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