fixed GFM references not working
[ci skip]
This commit is contained in:
parent
04178d72b5
commit
e20654fcc3
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue