uncomment the hideContextMenu (#13411)

This commit is contained in:
Alan Ren
2020-11-13 16:30:17 -08:00
committed by GitHub
parent af55dcfb42
commit 798af5fc2d

View File

@@ -292,7 +292,7 @@ export class Dropdown extends Disposable implements IListVirtualDelegate<string>
}
private _hideList(): void {
//this.contextViewService.hideContextView();
this.contextViewService.hideContextView();
this._inputContainer.setAttribute('aria-expanded', 'false');
}