fix the menu not hide issue (#15138)

This commit is contained in:
Alan Ren
2021-04-14 16:18:45 -07:00
committed by GitHub
parent 3a1885491f
commit 4edbd6f3e7
2 changed files with 2 additions and 4 deletions

View File

@@ -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) {