From c49ce91fac6d01d81a990a7f4ce0b1d6335e2305 Mon Sep 17 00:00:00 2001 From: stairman06 <36215135+stairman06@users.noreply.github.com> Date: Tue, 17 May 2022 20:29:38 -0500 Subject: [PATCH] History spam fix (#461) --- pages/search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/search.vue b/pages/search.vue index d6a6151f..c0b3274a 100644 --- a/pages/search.vue +++ b/pages/search.vue @@ -597,7 +597,7 @@ export default { } } - await this.$router.push({ path: url }) + await this.$router.replace({ path: url }) } } catch (err) { // eslint-disable-next-line no-console