formatting

This commit is contained in:
Bruno Windels 2019-01-22 11:37:09 +01:00
parent 881353037e
commit 5d45d5dfac

View File

@ -681,6 +681,7 @@ module.exports = React.createClass({
_collectGeminiScroll: function(gemScroll) {
this._gemScroll = gemScroll;
},
/**
* Set the current height as the min height for the message list
* so the timeline cannot shrink. This is used to avoid
@ -693,6 +694,7 @@ module.exports = React.createClass({
messageList.style.minHeight = `${currentHeight}px`;
}
},
/**
* Clear the previously set min height
*/