1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Prevent native navigation

This commit is contained in:
Dmitry Lyzo 2020-12-06 13:29:54 +03:00
parent 7cbaa99784
commit b975f4bf81

View file

@ -18,6 +18,7 @@ function onAnchorClick(e) {
shell.openUrl(href); shell.openUrl(href);
} }
} else { } else {
e.preventDefault();
appRouter.show(href); appRouter.show(href);
} }
} else { } else {