From: Ajay Bura Date: Wed, 5 Jan 2022 09:27:11 +0000 (+0530) Subject: Fix focus bug on room-selector X-Git-Tag: v1.7.0~55 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=6388894aa463ad8ee3814e49a38bd97b6cc114ec;p=rainny.git Fix focus bug on room-selector Signed-off-by: Ajay Bura --- diff --git a/src/app/molecules/room-selector/RoomSelector.jsx b/src/app/molecules/room-selector/RoomSelector.jsx index c96612e..22f233f 100644 --- 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}