From d3d50b2f7950d4c5ad40c5b0c509ec7cb6fdce17 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 6 Dec 2018 17:02:44 +0900 Subject: [PATCH] Add missing comma --- src/client/app/desktop/views/components/post-form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/desktop/views/components/post-form.vue b/src/client/app/desktop/views/components/post-form.vue index a3c6a8942..5b6fc4cd4 100644 --- a/src/client/app/desktop/views/components/post-form.vue +++ b/src/client/app/desktop/views/components/post-form.vue @@ -282,7 +282,7 @@ export default Vue.extend({ onPollUpdate() { this.pollChoices = this.$refs.poll.get().choices; this.saveDraft(); - } + }, upload(file) { (this.$refs.uploader as any).upload(file);