Merge pull request #1751 from matrix-org/luke/dnd-group-view-tag-panel

Implement GroupTile avatar dragging to TagPanel
This commit is contained in:
Luke Barnard 2018-02-15 11:05:28 +00:00 committed by GitHub
commit c8ccbed0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 105 additions and 17 deletions

View file

@ -89,6 +89,7 @@ class TagOrderStore extends Store {
// Optimistic update of a moved tag
this._setState({
orderedTags: payload.request.tags,
removedTagsAccountData: payload.request.removedTags,
});
break;
}