improve comment

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-04-27 11:28:17 +01:00
parent 97fecaedc2
commit 88f48914b4
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E

View file

@ -31,7 +31,7 @@ export default class ReplyThread extends React.Component {
static propTypes = {
// the latest event in this chain of replies
parentEv: PropTypes.instanceOf(MatrixEvent),
// called when the preview's contents has loaded
// called when the ReplyThread contents has changed, including EventTiles thereof
onWidgetLoad: PropTypes.func.isRequired,
};