refectored Drawer component and added Postie
This commit is contained in:
@@ -18,7 +18,7 @@ function ChannelSelectorWrapper({
|
||||
className="channel-selector__content"
|
||||
type="button"
|
||||
onClick={onClick}
|
||||
onMouseUp={(e) => blurOnBubbling(e, '.channel-selector__wrapper')}
|
||||
onMouseUp={(e) => blurOnBubbling(e, '.channel-selector')}
|
||||
>
|
||||
{content}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user