1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 17:16:08 +02:00
This commit is contained in:
syuilo
2019-03-07 09:35:23 +09:00
parent a365849048
commit c11e813146

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