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.
1 parent 86b8b7c commit 7b70df6Copy full SHA for 7b70df6
web_src/js/features/repo-graph.ts
@@ -38,7 +38,7 @@ export function initRepoGraphGit() {
38
const queryString = params.toString();
39
const ajaxUrl = new URL(url);
40
ajaxUrl.searchParams.set('div-only', 'true');
41
- window.history.replaceState({}, '', queryString ? `?${queryString}` : window.location.pathname);
+ window.history.replaceState(null, '', queryString ? `?${queryString}` : window.location.pathname);
42
43
elGraphBody.classList.add('is-loading');
44
try {
0 commit comments