Expand the list when the overflow element is clicked

Negative truncateAt values means "do not truncate".
This commit is contained in:
Kegan Dougal 2016-01-21 15:57:59 +00:00
parent eed83f982e
commit d72ab641d0
3 changed files with 24 additions and 21 deletions

View file

@ -45,7 +45,7 @@ module.exports = React.createClass({
getDefaultProps: function() {
return {
shouldComponentUpdate: function(nextProps, nextState) { return false; },
shouldComponentUpdate: function(nextProps, nextState) { return true; },
onClick: function() {},
presenceState: "offline",
presenceActiveAgo: -1,