communication fix
This commit is contained in:
@ -22,7 +22,7 @@ class Follower {
|
||||
if (nullOrEmpty(key)) {
|
||||
this.#grid.source = this.#option.followers;
|
||||
} else {
|
||||
this.#grid.source = this.#option.followers.filter(f => contains(f.DisplayName, key, true));
|
||||
this.#grid.source = this.#option.followers.filter(f => f.Text || f.Email || contains(f.DisplayName, key, true));
|
||||
}
|
||||
});
|
||||
}),
|
||||
|
Reference in New Issue
Block a user