fix copy event in breakout panel
This commit is contained in:
parent
0b1a7fbd82
commit
026cc92a17
@ -555,7 +555,7 @@ class BreakoutRoom extends PureComponent {
|
|||||||
isRTL,
|
isRTL,
|
||||||
} = this.props;
|
} = this.props;
|
||||||
return (
|
return (
|
||||||
<Styled.Panel ref={(n) => this.panel = n}>
|
<Styled.Panel ref={(n) => this.panel = n} onCopy={(e) => { e.stopPropagation(); }}>
|
||||||
<Header
|
<Header
|
||||||
leftButtonProps={{
|
leftButtonProps={{
|
||||||
'aria-label': intl.formatMessage(intlMessages.breakoutAriaTitle),
|
'aria-label': intl.formatMessage(intlMessages.breakoutAriaTitle),
|
||||||
|
Loading…
Reference in New Issue
Block a user