Skip to content

Commit

Permalink
Update lying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoelbert committed Apr 29, 2022
1 parent e2a30af commit 3b92ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/data-grid/cells/boolean-cell.tsx
Expand Up @@ -8,7 +8,7 @@ import { InternalCellRenderer } from "./cell-types";
* true + click -> unchecked
* false + click -> checked
* indeterminate + click -> checked
* empty + click -> empty
* empty + click -> checked
*/
export function toggleBoolean(data: boolean | null | undefined): boolean | null | undefined {
return data !== true;
Expand Down

0 comments on commit 3b92ca6

Please sign in to comment.