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 884b95b commit 76fb522Copy full SHA for 76fb522
src/ui/js/diff2html-ui-base.ts
@@ -80,7 +80,7 @@ export class Diff2HtmlUI {
80
}
81
82
fileListToggle(startVisible: boolean): void {
83
- const showBtn: HTMLElement | null = this.targetElement.querySelector('d2h-show');
+ const showBtn: HTMLElement | null = this.targetElement.querySelector('.d2h-show');
84
const hideBtn: HTMLElement | null = this.targetElement.querySelector('.d2h-hide');
85
const fileList: HTMLElement | null = this.targetElement.querySelector('.d2h-file-list');
86
0 commit comments