We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readthedocs-*
1 parent f66a963 commit cdb48feCopy full SHA for cdb48fe
src/utils.js
@@ -235,6 +235,9 @@ export function setupHistoryEvents() {
235
//
236
// import { DOCDIFF_URL_PARAM } from "./docdiff";
237
toURL.searchParams.delete("readthedocs-diff");
238
+ toURL.searchParams.delete("readthedocs-diff-chunk");
239
+ fromURL.searchParams.delete("readthedocs-diff");
240
+ fromURL.searchParams.delete("readthedocs-diff-chunk");
241
242
// Dispatch the event only if the new URL is not just the DOCDIFF_URL_PARAM added.
243
if (toURL.href !== fromURL.href) {
0 commit comments