Add comment

pull/21833/head
lukebarnard 2018-01-18 18:01:31 +00:00
parent dfecad181a
commit 59f4661bfd
1 changed files with 3 additions and 0 deletions

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();
},