You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
formatting
This commit is contained in:
@ -681,6 +681,7 @@ module.exports = React.createClass({
|
|||||||
_collectGeminiScroll: function(gemScroll) {
|
_collectGeminiScroll: function(gemScroll) {
|
||||||
this._gemScroll = gemScroll;
|
this._gemScroll = gemScroll;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the current height as the min height for the message list
|
* Set the current height as the min height for the message list
|
||||||
* so the timeline cannot shrink. This is used to avoid
|
* so the timeline cannot shrink. This is used to avoid
|
||||||
@ -693,6 +694,7 @@ module.exports = React.createClass({
|
|||||||
messageList.style.minHeight = `${currentHeight}px`;
|
messageList.style.minHeight = `${currentHeight}px`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clear the previously set min height
|
* Clear the previously set min height
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user