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);
|
||||
}
|
||||
} else {
|
||||
e.preventDefault();
|
||||
appRouter.show(href);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue