1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Add comment

This commit is contained in:
lukebarnard
2018-01-18 18:01:31 +00:00
parent dfecad181a
commit 59f4661bfd

View File

@@ -367,6 +367,9 @@ module.exports = React.createClass({
});
}
// Refresh to display the optimistic updates - this needs to be done in the
// same tick as the drag finishing otherwise the room will pop back to its
// previous position - hence no delayed refresh
this.refreshRoomList();
},