File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/vs/workbench/contrib/accessibility/browser Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ class AccessibleView extends Disposable {
63
63
private _accessiblityHelpIsShown : IContextKey < boolean > ;
64
64
get editorWidget ( ) { return this . _editorWidget ; }
65
65
private _editorContainer : HTMLElement ;
66
- private _keyListener : IDisposable | undefined ;
67
66
constructor (
68
67
@IOpenerService private readonly _openerService : IOpenerService ,
69
68
@IInstantiationService private readonly _instantiationService : IInstantiationService ,
@@ -142,7 +141,6 @@ class AccessibleView extends Disposable {
142
141
this . _contextViewService . hideContextView ( ) ;
143
142
// Delay to allow the context view to hide #186514
144
143
setTimeout ( ( ) => provider . onClose ( ) , 100 ) ;
145
- this . _keyListener ?. dispose ( ) ;
146
144
} else if ( e . keyCode === KeyCode . KeyD && this . _configurationService . getValue ( settingKey ) ) {
147
145
this . _configurationService . updateValue ( settingKey , false ) ;
148
146
}
You can’t perform that action at this time.
0 commit comments