Fixed rendering issue in card detail when in compact view
This commit is contained in:
parent
c0d1848628
commit
1bc595306a
@ -33,6 +33,10 @@ Clipperz.PM.UI.Components.Cards.TextAreaClass = React.createClass({
|
|||||||
this.getDOMNode().addEventListener('input', this.recalculateSize, false);
|
this.getDOMNode().addEventListener('input', this.recalculateSize, false);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
componentDidUpdate: function () {
|
||||||
|
this.recalculateSize();
|
||||||
|
},
|
||||||
|
|
||||||
componentWillUnmount: function() {
|
componentWillUnmount: function() {
|
||||||
this.getDOMNode().removeEventListener('input', this.recalculateSize, false);
|
this.getDOMNode().removeEventListener('input', this.recalculateSize, false);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user