refectored Drawer component and added Postie

This commit is contained in:
unknown 2021-08-30 21:12:24 +05:30
parent 8996b562bc
commit b5dfc337ec
10 changed files with 336 additions and 191 deletions

View file

@ -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>