1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-27 14:28:59 +09:00
This commit is contained in:
syuilo 2019-03-07 09:35:23 +09:00
parent a365849048
commit c11e813146
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69

View File

@ -88,7 +88,7 @@ export default Vue.extend({
Vue.set(c, 'isVoted', true);
}
}
this.showResult = !this.poll.multiple;
if (!this.showResult) this.showResult = !this.poll.multiple;
});
}
}