mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
Changed comment message
This commit is contained in:
parent
f9ee50e910
commit
3dcdba53d6
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ export class ElectronWebviewBasedWebview extends Disposable implements Webview {
|
|||
return;
|
||||
}
|
||||
catch (TypeError) {
|
||||
//CustomEvent was treated as MouseEvent - https://github.com/microsoft/vscode/issues/78915
|
||||
// CustomEvent was treated as MouseEvent so don't do anything - https://github.com/microsoft/vscode/issues/78915
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue