mirror of
https://github.com/outline/outline.git
synced 2025-12-30 15:30:12 -06:00
@@ -37,7 +37,7 @@ export default function useEditorClickHandlers({ shareId }: Params) {
|
||||
if (href[0] !== "/") {
|
||||
try {
|
||||
const url = new URL(href);
|
||||
navigateTo = url.pathname + url.hash;
|
||||
navigateTo = url.pathname + url.search + url.hash;
|
||||
} catch (_err) {
|
||||
navigateTo = href;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user