forked from AkkomaGang/akkoma-fe
Forgot to fix other tabs
This commit is contained in:
parent
11a89ee06d
commit
52d72599ee
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const PostStatusForm = {
|
|||
const firstchar = this.textAtCaret.charAt(0)
|
||||
if (firstchar === '@') {
|
||||
const matchedUsers = filter(this.users, (user) => (String(user.name + user.screen_name)).toUpperCase()
|
||||
.match(this.textAtCaret.slice(1).toUpperCase()))
|
||||
.match(this.textAtCaret.slice(1).toUpperCase()))
|
||||
if (matchedUsers.length <= 0) {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue