Skip to content

Commit

Permalink
Fix primefaces#5233: Cell editor ColumnEditorOptions param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Nov 25, 2023
1 parent 034afc2 commit 044d38c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/datatable/BodyCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ export const BodyCell = React.memo((props) => {
closeCell(event);
} else {
event.preventDefault();

return newRowData;
}
});
};
Expand Down

0 comments on commit 044d38c

Please sign in to comment.