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.
2 parents 884b95b + 76fb522 commit 559cdb4Copy full SHA for 559cdb4
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