fix error
This commit is contained in:
@@ -129,7 +129,10 @@ export default {
|
|||||||
},
|
},
|
||||||
enterHandler() {
|
enterHandler() {
|
||||||
const user = this.filteredUsers[this.navigatedUserIndex]
|
const user = this.filteredUsers[this.navigatedUserIndex]
|
||||||
this.selectUser(user)
|
|
||||||
|
if (user) {
|
||||||
|
this.selectUser(user)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
selectUser(user) {
|
selectUser(user) {
|
||||||
this.insertMention({
|
this.insertMention({
|
||||||
|
|||||||
Reference in New Issue
Block a user