Keyboard focus related bugs (#299)
authorginnyTheCat <ginnythecat@lelux.net>
Tue, 8 Feb 2022 11:43:59 +0000 (12:43 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 11:43:59 +0000 (17:13 +0530)
commitcdd909f2dd6c8c5a3ac5c7a8aade80fd7a80516a
tree97d6a0e8e437bcf20ae3d91cc8b84523fb667370
parentd0e9728c26e5bf087b3e7b6feb2c7ac481db2f53
Keyboard focus related bugs (#299)

* Focus when opening the emoji board and editing a message

* Clean emoji board after closing

* Focus room search and member search

* Resolve conversations
src/app/atoms/input/Input.jsx
src/app/molecules/message/Message.jsx
src/app/molecules/room-members/RoomMembers.jsx
src/app/molecules/room-search/RoomSearch.jsx
src/app/organisms/emoji-board/EmojiBoard.jsx
src/app/organisms/emoji-board/EmojiBoardOpener.jsx