clear min-height for typing notifs when the timeline viewport changes size
This commit is contained in:
parent
96196d8c3d
commit
66b9363466
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onResize: function() {
|
onResize: function() {
|
||||||
|
this.clearBlockShrinking();
|
||||||
this.props.onResize();
|
this.props.onResize();
|
||||||
this.checkScroll();
|
this.checkScroll();
|
||||||
if (this._gemScroll) this._gemScroll.forceUpdate();
|
if (this._gemScroll) this._gemScroll.forceUpdate();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue