Skip to content

Commit

Permalink
chore: fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobrez committed Sep 21, 2023
1 parent 48f589e commit ec40451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/BaseSelectionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function BaseSelectionList({
/**
* Logic to run when a row is selected, either with click/press or keyboard hotkeys.
*
* @param item - the list item
* @param {Object} item - the list item
* @param {Boolean} shouldUnfocusRow - flag to decide if we should unfocus all rows. True when selecting a row with click or press (not keyboard)
*/
const selectRow = (item, shouldUnfocusRow = false) => {
Expand Down

0 comments on commit ec40451

Please sign in to comment.