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
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;
}