mattermost / mattermost-redux

Redux for Mattermost
Apache License 2.0
200 stars 386 forks source link

MM-32099 Don't change category sorting method to manual when dragging and dropping #1335

Closed hmhealey closed 3 years ago

hmhealey commented 3 years ago

Previously, we'd set the category to manual sorting whenever something was dragged and dropped into it, but we don't need that if the user is specifically using alphabetical or recency sorting.

Ticket Link

https://mattermost.atlassian.net/browse/MM-32099

Related Pull Requests

https://github.com/mattermost/mattermost-webapp/pull/7342