mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-25 17:06:39 +01:00
Fix
This commit is contained in:
parent
a365849048
commit
c11e813146
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue