Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedGaber93 committed Sep 18, 2023
1 parent a66f27c commit ff989cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function ComposerWithSuggestions({
if (commentValue !== newComment) {
// Reset emoji suggestions when an emoji is replaced.
// Important when emoji is replaced and the selection is not changed, more info issue #27156
if (suggestionsRef.current){
if (suggestionsRef.current) {
suggestionsRef.current.resetSuggestions();
}

Expand Down

0 comments on commit ff989cc

Please sign in to comment.