fix: icon picker filter when loop on all icons (#20163)
This commit is contained in:
parent
9321a2e86a
commit
9324fcecaf
1 changed files with 7 additions and 7 deletions
|
|
@ -51,14 +51,14 @@ class Picker {
|
|||
set_values();
|
||||
}
|
||||
});
|
||||
this.search_input.keyup((e) => {
|
||||
e.preventDefault();
|
||||
this.filter_icons();
|
||||
});
|
||||
});
|
||||
this.search_input.keyup((e) => {
|
||||
e.preventDefault();
|
||||
this.filter_icons();
|
||||
});
|
||||
|
||||
this.search_input.on("search", () => {
|
||||
this.filter_icons();
|
||||
});
|
||||
this.search_input.on("search", () => {
|
||||
this.filter_icons();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue