Fix composer focus when using emoji picker and pressing Enter and upgrade focus-trap-react to 10.3.1
This commit is contained in:
parent
cc3fe9f6fe
commit
025841e5bb
3 changed files with 15 additions and 14 deletions
|
@ -405,6 +405,7 @@ export const EmojiPicker = React.memo(
|
|||
<FocusTrap
|
||||
focusTrapOptions={{
|
||||
allowOutsideClick: true,
|
||||
returnFocusOnDeactivate: false,
|
||||
}}
|
||||
>
|
||||
<div className="module-emoji-picker" ref={ref} style={style}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue