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 {
6363 private _accessiblityHelpIsShown : IContextKey < boolean > ;
6464 get editorWidget ( ) { return this . _editorWidget ; }
6565 private _editorContainer : HTMLElement ;
66- private _keyListener : IDisposable | undefined ;
6766 constructor (
6867 @IOpenerService private readonly _openerService : IOpenerService ,
6968 @IInstantiationService private readonly _instantiationService : IInstantiationService ,
@@ -142,7 +141,6 @@ class AccessibleView extends Disposable {
142141 this . _contextViewService . hideContextView ( ) ;
143142 // Delay to allow the context view to hide #186514
144143 setTimeout ( ( ) => provider . onClose ( ) , 100 ) ;
145- this . _keyListener ?. dispose ( ) ;
146144 } else if ( e . keyCode === KeyCode . KeyD && this . _configurationService . getValue ( settingKey ) ) {
147145 this . _configurationService . updateValue ( settingKey , false ) ;
148146 }
You can’t perform that action at this time.
0 commit comments