1
0
mirror of synced 2026-05-22 22:33:15 +00:00

FIX: adds auto-route to avoid losing queryParams on successive clicks

This commit is contained in:
Joffrey JAFFEUX
2019-03-28 11:35:46 +01:00
committed by GitHub
parent e84b0a5bb6
commit bfda9d3b50
+2 -1
View File
@@ -18,7 +18,8 @@ customHeaderLinks.split("|").map(i => {
{
href: linkHref,
title: linkTitle,
target: linkTarget
target: linkTarget,
attributes: { "data-auto-route": "true" }
},
linkText
)