Fix focus bug on room-selector
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
c27b11bf25
commit
6388894aa4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue