mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
Merge pull request #2747 from matrix-org/bwindels/clearminheightonresize
clear min-height for typing notifs when the timeline viewport changes size
This commit is contained in:
commit
3802ddbfa8
@ -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…
x
Reference in New Issue
Block a user