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:
parent
7cbaa99784
commit
b975f4bf81
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue