This commit is contained in:
parent
30a7fbc4f4
commit
fb096bb42c
3 changed files with 8 additions and 7 deletions
|
|
@ -39,4 +39,6 @@ filter.addEventListener("keyup", (ev) => {
|
|||
lastFilterValue = filter.value;
|
||||
|
||||
applyFilter(filter.value);
|
||||
})
|
||||
})
|
||||
|
||||
fitler.focus();
|
||||
Loading…
Add table
Add a link
Reference in a new issue