Skip to content

Commit

Permalink
fix: fixed rte links not including url query (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-clegg authored Feb 19, 2025
1 parent 74c31ea commit a00d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RichText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function tryInterceptClick (event: any) {
};
}
await navigateTo(url.pathname, options);
await navigateTo(url.pathname + url.search, options);
}
}
Expand Down

0 comments on commit a00d91a

Please sign in to comment.