projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27b11b
)
Fix focus bug on room-selector
author
Ajay Bura
<ajbura@gmail.com>
Wed, 5 Jan 2022 09:27:11 +0000
(14:57 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Wed, 5 Jan 2022 09:27:11 +0000
(14:57 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/molecules/room-selector/RoomSelector.jsx
patch
|
blob
|
history
diff --git
a/src/app/molecules/room-selector/RoomSelector.jsx
b/src/app/molecules/room-selector/RoomSelector.jsx
index c96612ef3cc5dba013482d2eadeddad806f09b28..22f233f0883f0a53311f88c572707bafd799d5d8 100644
(file)
--- a/
src/app/molecules/room-selector/RoomSelector.jsx
+++ b/
src/app/molecules/room-selector/RoomSelector.jsx
@@
-21,7
+21,7
@@
function RoomSelectorWrapper({
className="room-selector__content"
type="button"
onClick={onClick}
- onMouseUp={(e) => blurOnBubbling(e, '.room-selector')}
+ onMouseUp={(e) => blurOnBubbling(e, '.room-selector
__content
')}
>
{content}
</button>