formatting
parent
881353037e
commit
5d45d5dfac
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue