Skip to content

Commit 7eb07af

Browse files
chore: performance
1 parent 43eb6c6 commit 7eb07af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/report/ReportActionCompose/SuggestionEmoji.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function SuggestionEmoji({
192192
}
193193

194194
debouncedCalculateEmojiSuggestion(value, selection.start, selection.end);
195-
}, [value, selection, debouncedCalculateEmojiSuggestion, isComposerFocused]);
195+
}, [value, selection.start, selection.end, debouncedCalculateEmojiSuggestion, isComposerFocused]);
196196

197197
const setShouldBlockSuggestionCalc = useCallback(
198198
(shouldBlockSuggestionCalc: boolean) => {

0 commit comments

Comments
 (0)