mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Mark private emitters as readonly
This commit is contained in:
@@ -31,7 +31,7 @@ export class WebviewEditor extends BaseWebviewEditor {
|
||||
private editorFrame: HTMLElement;
|
||||
private content: HTMLElement;
|
||||
private webviewContent: HTMLElement | undefined;
|
||||
private _onDidFocusWebview: Emitter<void>;
|
||||
private readonly _onDidFocusWebview: Emitter<void>;
|
||||
private _webviewFocusTracker?: DOM.IFocusTracker;
|
||||
private _webviewFocusListenerDisposable?: IDisposable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user