mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
fix the menu not hide issue (#15138)
This commit is contained in:
@@ -528,7 +528,7 @@ export abstract class GridTableBase<T> extends Disposable implements IView {
|
||||
}));
|
||||
if (this.enableFilteringFeature) {
|
||||
this.filterPlugin = new HeaderFilter(this.contextViewService);
|
||||
attachTableFilterStyler(this.filterPlugin, this.themeService);
|
||||
this._register(attachTableFilterStyler(this.filterPlugin, this.themeService));
|
||||
this.table.registerPlugin(this.filterPlugin);
|
||||
}
|
||||
if (this.styles) {
|
||||
|
||||
Reference in New Issue
Block a user