Fix: Make pulsing hamburger icon clickable.
e.g. During new FileSharing it was not clickable.master
parent
aac6710166
commit
18c0b56b2e
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in New Issue