mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Sept 22 2 (#9067)
* Added show member modal when hero is clicked * Added drag for checklist and fixed display system messages * Fixed party modal showing from group page * Delete new message key * Adjusted column sizes for chat * Fixed key
This commit is contained in:
@@ -588,6 +588,7 @@ export default {
|
||||
|
||||
if (this.user.newMessages[this.searchId]) {
|
||||
this.$store.dispatch('chat:markChatSeen', {groupId: this.searchId});
|
||||
this.$delete(this.user.newMessages, this.searchId);
|
||||
}
|
||||
},
|
||||
beforeRouteUpdate (to, from, next) {
|
||||
|
||||
Reference in New Issue
Block a user