fix: Close request when modal is closed
This commit is contained in:
parent
1ed9c2167d
commit
dafc76a95f
|
@ -184,8 +184,8 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
closeSuggest() {
|
closeSuggest() {
|
||||||
if (this.openSuggest) {
|
|
||||||
this.$store.dispatch('TimelineSpace/Modals/NewToot/Status/closeSuggest')
|
this.$store.dispatch('TimelineSpace/Modals/NewToot/Status/closeSuggest')
|
||||||
|
if (this.openSuggest) {
|
||||||
this.highlightedIndex = 0
|
this.highlightedIndex = 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue