mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Oct 2 fixes (#9124)
* Prevented filters from closing when editing tags * Fixed group plan upgrade * Add check for class change * Fixed scrolling stopping on bailey * Added server side results for armoire * Added persistend equipment drawer toggle * Updated reactivity in amazon payments
This commit is contained in:
@@ -374,6 +374,7 @@ export default {
|
||||
methods: {
|
||||
...mapActions({setUser: 'user:set'}),
|
||||
checkMouseOver: throttle(function throttleSearch () {
|
||||
if (this.editingTags) return;
|
||||
this.closeFilterPanel();
|
||||
}, 250),
|
||||
editTags () {
|
||||
|
||||
Reference in New Issue
Block a user