We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f691ab + 02e508e commit a2dae64Copy full SHA for a2dae64
router.js
@@ -7,7 +7,7 @@ const UPDATE = (state, url) => {
7
if (url && url.type === 'click') {
8
// ignore events the browser takes care of already:
9
if (url.ctrlKey || url.metaKey || url.altKey || url.shiftKey || url.button !== 0) {
10
- return;
+ return state;
11
}
12
13
const link = url.target.closest('a[href]');
0 commit comments