Expand the list when the overflow element is clicked
Negative truncateAt values means "do not truncate".
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user