mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
@@ -346,7 +346,7 @@ export class MainThreadWebview implements MainThreadWebviewShape {
|
||||
private onEditorsChanged() {
|
||||
const activeEditor = this._editorService.getActiveEditor();
|
||||
let newActiveWebview: WebviewInput | undefined = undefined;
|
||||
if (activeEditor.input instanceof WebviewInput) {
|
||||
if (activeEditor && activeEditor.input instanceof WebviewInput) {
|
||||
for (const handle of map.keys(this._webviews)) {
|
||||
const input = this._webviews.get(handle);
|
||||
if (input.matches(activeEditor.input)) {
|
||||
|
||||
Reference in New Issue
Block a user