()
| 124 | } |
| 125 | |
| 126 | private onMouseDown(): void { |
| 127 | document.body.classList.remove("tabbing"); |
| 128 | window.removeEventListener("mousedown", this.onMouseDown); |
| 129 | window.addEventListener("keydown", this.onTabKeyDown.bind(this)); |
| 130 | } |
| 131 | |
| 132 | private onShowAdvanced(): void { |
| 133 | // eslint-disable-next-line @typescript-eslint/no-non-null-assertion |