mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
uncomment the hideContextMenu (#13411)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user