Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-giulianasilva committed Jul 30, 2024
1 parent dbf21f3 commit 30025b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/DataGrid/Wijmo/Features/ColumnPicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace Providers.DataGrid.Wijmo.Feature {
}

// This code fixes WJM-34234
private _issueWorkaround(e) {
private _issueWorkaround(e): void {
if (e.ctrlKey && e.code === 'KeyA') {
const checkedItems = [...this._theColumnPicker.checkedItems];
this._theColumnPicker._children.forEach((item, index) => {
Expand Down

0 comments on commit 30025b3

Please sign in to comment.