refs #874 Clear old polls after close modal

This commit is contained in:
AkiraFukushima 2019-07-16 23:57:34 +09:00
parent b887acc6f4
commit 7e1ca935de
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ export default {
methods: {
close() {
this.filteredAccount = []
this.polls = ['', '']
this.$store.dispatch('TimelineSpace/Modals/NewToot/resetMediaCount')
this.$store.dispatch('TimelineSpace/Modals/NewToot/closeModal')
},