Fix: user list tooltip hindering talking indicator
This commit is contained in:
parent
ba7400e604
commit
d93a485b91
@ -16,6 +16,7 @@ import deviceInfo from '/imports/utils/deviceInfo';
|
||||
import { PANELS, ACTIONS } from '../layout/enums';
|
||||
import Button from '/imports/ui/components/common/button/component';
|
||||
import { isEqual } from 'radash';
|
||||
import Right from '../common/control-header/right/component';
|
||||
|
||||
const intlMessages = defineMessages({
|
||||
toggleUserListLabel: {
|
||||
@ -316,6 +317,7 @@ class NavBar extends Component {
|
||||
{!isExpanded && document.dir === 'rtl'
|
||||
&& <Styled.ArrowLeft iconName="left_arrow" />}
|
||||
<Styled.NavbarToggleButton
|
||||
tooltipplacement="right"
|
||||
onClick={this.handleToggleUserList}
|
||||
color={isPhone && isExpanded ? 'primary' : 'dark'}
|
||||
size='md'
|
||||
|
Loading…
Reference in New Issue
Block a user