Fix: Make pulsing hamburger icon clickable.

e.g. During new FileSharing it was not clickable.
master
Mészáros Mihály 2020-02-11 10:16:11 +01:00
parent aac6710166
commit 18c0b56b2e
1 changed files with 1 additions and 1 deletions

View File

@ -171,6 +171,7 @@ const TopBar = (props) =>
<PulsingBadge
color='secondary'
badgeContent={unread}
onClick={() => toggleToolArea()}
>
<IconButton
color='inherit'
@ -178,7 +179,6 @@ const TopBar = (props) =>
id : 'label.openDrawer',
defaultMessage : 'Open drawer'
})}
onClick={() => toggleToolArea()}
className={classes.menuButton}
>
<MenuIcon />