mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 18:54:22 -04:00
Cleaning up search history
This commit is contained in:
parent
c74252c9da
commit
83f9f2ec2b
@ -68,7 +68,7 @@ export class AppComponent
|
||||
if (query != "")
|
||||
{
|
||||
event.target.classList.add("searching");
|
||||
this.router.navigate(["/search/" + query], { replaceUrl: this.router.url.startsWith("/search/") });
|
||||
this.router.navigate(["/search", query], { replaceUrl: this.router.url.startsWith("/search") });
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user