Closed arne-z closed 3 months ago
I've chosen to remove the window.getSelection()?.removeAllRanges();
at the end of the onRowSelectionChange
function.
This behaviour felt very awkward from a user perspective, as selecting any text in the filter fields became impossible.
If this is the intended behaviour we need to re-include that line.
The onRowSelectionChange function was receiving unexpected parameters. This commit adjusts the function with aditional typeguards to prevent failing under those parameters.
Ticket: Silebat/fcl-client#792