mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Comment typo
This commit is contained in:
parent
82f2e47667
commit
47ddc6dedf
@ -46,7 +46,7 @@ var LeftPanel = React.createClass({
|
|||||||
|
|
||||||
shouldComponentUpdate: function(nextProps, nextState) {
|
shouldComponentUpdate: function(nextProps, nextState) {
|
||||||
// MatrixChat will update whenever the user switches
|
// MatrixChat will update whenever the user switches
|
||||||
// rooms, but propagating this chnage all the way down
|
// rooms, but propagating this change all the way down
|
||||||
// the react tree is quite slow, so we cut this off
|
// the react tree is quite slow, so we cut this off
|
||||||
// here. The RoomTiles listen for the room change
|
// here. The RoomTiles listen for the room change
|
||||||
// events themselves to know when to update.
|
// events themselves to know when to update.
|
||||||
|
Loading…
Reference in New Issue
Block a user