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