Add back eslint and tsec to basic checks (#23637)

* Add back eslint and tsec to basic checks

* ext

* enable tsec

* Add comments

* Add check-clean-git-state

* Make executable

* update build & distro

* Update size

* distro
This commit is contained in:
Charles Gagnon
2023-07-05 17:15:27 -07:00
committed by GitHub
parent 76232ffb25
commit 0dda36cd6e
18 changed files with 150 additions and 118 deletions

View File

@@ -397,7 +397,7 @@ export class FilterDialog extends Modal {
this.filterTable.layout(new DOM.Dimension(600, (tableData.length + 2) * TableRowHeight));
this._description = DOM.append(body, DOM.$('.filter-dialog-description'));
this._description.innerHTML = this._properties[0].description;
this._description.innerText = this._properties[0].description;
}
protected layout(height?: number): void {