mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Fix: Unable to open in a new window
This commit is contained in:
parent
23238a6ca0
commit
885cdc8c97
@ -218,7 +218,7 @@ export function parseNavigationStateFromUrl(url: string | undefined) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Exclude external links that contain #
|
// Exclude external links that contain #
|
||||||
if (hashIdx !== 0 && !url.includes("/#root") && !url.includes("/#?searchString")) {
|
if (hashIdx !== 0 && !url.includes("/#root") && !url.includes("/#?searchString") && !url.includes("/?extraWindow")) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user