mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
use webworker lib
This commit is contained in:
@@ -346,7 +346,7 @@ export class IssueReporter extends Disposable {
|
||||
const showInfoElements = document.getElementsByClassName('showInfo');
|
||||
for (let i = 0; i < showInfoElements.length; i++) {
|
||||
const showInfo = showInfoElements.item(i);
|
||||
showInfo!.addEventListener('click', (e) => {
|
||||
showInfo!.addEventListener('click', (e: MouseEvent) => {
|
||||
e.preventDefault();
|
||||
const label = (<HTMLDivElement>e.target);
|
||||
if (label) {
|
||||
|
||||
Reference in New Issue
Block a user