Addressed PR comment.

It was added clearLinkParams to clear button.
This commit is contained in:
Julio-Oliveira-Encora 2024-05-29 15:21:29 -03:00
parent 8c025125a4
commit 345329111f
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -67,6 +67,7 @@ export function initQuickSearch(): void {
quicksearch.value = '';
await new Promise(f => setTimeout(f, 100));
quicksearch.dispatchEvent(search);
clearLinkParams();
},
{
passive: true,