Skip to content

Commit

Permalink
Merge pull request #44135 from margelo/perunt/suggestion-box-slide
Browse files Browse the repository at this point in the history
Suggestion list appears amid report view after sending multiline text
  • Loading branch information
grgia authored Jun 25, 2024
2 parents 74f2098 + 8e0d5af commit 6cc43cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ function ComposerWithSuggestions(
);

const onClear = useCallback(() => {
mobileInputScrollPosition.current = 0;
setTextInputShouldClear(false);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
Expand Down

0 comments on commit 6cc43cf

Please sign in to comment.