mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
webview focus
This commit is contained in:
parent
e0563d8dd9
commit
0a4fa73a96
1 changed files with 1 additions and 5 deletions
|
@ -1296,11 +1296,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditorD
|
|||
this._localStore.add(this._webview.webview.onDidFocus(() => {
|
||||
this._outputFocus.set(true);
|
||||
this.updateEditorFocus();
|
||||
this._onDidFocusEmitter.fire();
|
||||
|
||||
if (this._overlayContainer.contains(document.activeElement)) {
|
||||
this._webviewFocused = true;
|
||||
}
|
||||
this._webviewFocused = true;
|
||||
}));
|
||||
|
||||
this._localStore.add(this._webview.onMessage(e => {
|
||||
|
|
Loading…
Reference in a new issue