Expand the list when the overflow element is clicked
Negative truncateAt values means "do not truncate".
This commit is contained in:
parent
eed83f982e
commit
d72ab641d0
3 changed files with 24 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue