1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 08:05:39 +02:00

Add missing comma

This commit is contained in:
Aya Morisawa
2018-12-06 17:02:44 +09:00
parent eefeb4c268
commit d3d50b2f79

View File

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