fix: Add missing dot in class query selector
This commit is contained in:
parent
884b95be07
commit
76fb5227af
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export class Diff2HtmlUI {
|
|||
}
|
||||
|
||||
fileListToggle(startVisible: boolean): void {
|
||||
const showBtn: HTMLElement | null = this.targetElement.querySelector('d2h-show');
|
||||
const showBtn: HTMLElement | null = this.targetElement.querySelector('.d2h-show');
|
||||
const hideBtn: HTMLElement | null = this.targetElement.querySelector('.d2h-hide');
|
||||
const fileList: HTMLElement | null = this.targetElement.querySelector('.d2h-file-list');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue