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