Skip to content

Commit 72f9450

Browse files
meganroggeTyriar
andauthored
Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
Co-authored-by: Daniel Imms <[email protected]>
1 parent 275e9df commit 72f9450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibleView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class AccessibleView extends Disposable {
163163
}));
164164
disposableStore.add(this._editorWidget.onDidBlurEditorText(() => this._contextViewService.hideContextView()));
165165
disposableStore.add(this._editorWidget.onDidContentSizeChange(() => this._layout()));
166-
return toDisposable(() => { disposableStore.dispose(); });
166+
return disposableStore;
167167
}
168168

169169
private _layout(): void {

0 commit comments

Comments
 (0)