Merge pull request #1019 from h3poteto/fix/cancel
fix: Close request when modal is closed
This commit is contained in:
commit
b9f00c6ffa
|
@ -184,8 +184,8 @@ export default {
|
|||
}
|
||||
},
|
||||
closeSuggest() {
|
||||
this.$store.dispatch('TimelineSpace/Modals/NewToot/Status/closeSuggest')
|
||||
if (this.openSuggest) {
|
||||
this.$store.dispatch('TimelineSpace/Modals/NewToot/Status/closeSuggest')
|
||||
this.highlightedIndex = 0
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue