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 cf9df0b commit e2094bbCopy full SHA for e2094bb
web/main.ts
@@ -2735,6 +2735,7 @@ class GitGraphView {
2735
let cdvSummaryToggleBtn = document.getElementById('cdvSummaryToggleBtn');
2736
if (cdvSummaryToggleBtn !== null) cdvSummaryToggleBtn.addEventListener('click', () => {
2737
this.gitRepos[this.currentRepo].isCdvSummaryHidden = !(this.gitRepos[this.currentRepo].isCdvSummaryHidden);
2738
+ this.saveRepoState();
2739
this.hideCdvSummary(this.gitRepos[this.currentRepo].isCdvSummaryHidden);
2740
});
2741
0 commit comments