We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e020b commit 78fab8dCopy full SHA for 78fab8d
1 file changed
src/vs/workbench/parts/html/browser/webview.ts
@@ -199,14 +199,12 @@ export default class Webview {
199
}),
200
addDisposableListener(this._webview, 'focus', () => {
201
if (this._contextKey) {
202
- console.log('set');
203
this._contextKey.set(true);
204
}
205
this._onFocus.fire();
206
207
addDisposableListener(this._webview, 'blur', () => {
208
209
- console.log('reset');
210
this._contextKey.reset();
211
212
this._onBlur.fire();
0 commit comments