summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-08-04 20:44:09 +0500
committerChristopher Speller <crspeller@gmail.com>2016-08-04 11:44:09 -0400
commit35cdc8f8431103a396cccd0b942dcd1f5fc6a93c (patch)
tree12649496d44f67ed5e896097ae3cffef81674d0d /webapp
parent0184d6059bb1943fb74bf33d1d200a423c5bf5e6 (diff)
downloadchat-35cdc8f8431103a396cccd0b942dcd1f5fc6a93c.tar.gz
chat-35cdc8f8431103a396cccd0b942dcd1f5fc6a93c.tar.bz2
chat-35cdc8f8431103a396cccd0b942dcd1f5fc6a93c.zip
PLT-3737 - Fixing header popover behaviour (#3738)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/channel_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/channel_header.jsx b/webapp/components/channel_header.jsx
index 66cd61245..609a15d73 100644
--- a/webapp/components/channel_header.jsx
+++ b/webapp/components/channel_header.jsx
@@ -111,7 +111,6 @@ export default class ChannelHeader extends React.Component {
if (!Utils.areObjectsEqual(newState, this.state)) {
this.setState(newState);
}
- $('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover', html: true, delay: {show: 500, hide: 500}});
}
handleLeave() {
@@ -578,6 +577,7 @@ export default class ChannelHeader extends React.Component {
trigger={'click'}
placement='bottom'
overlay={popoverContent}
+ rootClose={true}
ref='headerOverlay'
>
<div