summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_header.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-20 19:22:56 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-20 19:22:56 +0500
commit1fd26d25f291cae2d93bb5aac3448e76a3200646 (patch)
tree5370fbe9b817eba52d8839e60cce8ee9518e18fe /web/react/components/channel_header.jsx
parenta4681123f95a12dda81d4a611db504ae219c19ae (diff)
downloadchat-1fd26d25f291cae2d93bb5aac3448e76a3200646.tar.gz
chat-1fd26d25f291cae2d93bb5aac3448e76a3200646.tar.bz2
chat-1fd26d25f291cae2d93bb5aac3448e76a3200646.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/channel_header.jsx')
-rw-r--r--web/react/components/channel_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx
index 90a776791..0254d0e82 100644
--- a/web/react/components/channel_header.jsx
+++ b/web/react/components/channel_header.jsx
@@ -105,7 +105,7 @@ module.exports = React.createClass({
if (!utils.areStatesEqual(newState, this.state)) {
this.setState(newState);
}
- $('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover', html: true, delay: {show: 500, hide: 500}});
+ $('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover click', html: true, delay: {show: 500, hide: 500}});
},
onSocketChange: function(msg) {
if (msg.action === 'new_user') {