Skip to content

Commit

Permalink
update comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Gupta <[email protected]>
  • Loading branch information
Krishna2323 committed Feb 12, 2024
1 parent 70275e7 commit 7a65931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmojiPicker/EmojiPickerMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function EmojiPickerMenu({forwardedRef, onEmojiSelected, activeEmoji}) {
disableCyclicTraversal: true,
onFocusedIndexChange,
disableHorizontalKeys: isFocused,
// We need to pass isActive, we can pass true without checking visibility of the component because if the popover is not visible this picker won't be mounted
// We pass true without checking visibility of the component because if the popover is not visible this picker won't be mounted
isActive: true,
});

Expand Down

0 comments on commit 7a65931

Please sign in to comment.