fixed GFM references not working

[ci skip]
This commit is contained in:
Phil Hughes 2017-05-25 14:35:19 +01:00
parent 04178d72b5
commit e20654fcc3
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -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>