Skip to content

Commit

Permalink
fix: remove redundant param shouldAddTrailSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
aswin-s committed Jan 25, 2024
1 parent 84f0851 commit f0ebda9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ function ComposerWithSuggestions({
/**
* Callback to add whatever text is chosen into the main input (used f.e as callback for the emoji picker)
* @param {String} text
* @param {Boolean} shouldAddTrailSpace
*/
const replaceSelectionWithText = useCallback(
(text) => {
Expand Down

0 comments on commit f0ebda9

Please sign in to comment.