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:
Keith Holliday
2017-10-02 12:51:17 -05:00
committed by GitHub
parent 7045b5c214
commit 4e97355110
13 changed files with 97 additions and 32 deletions

View File

@@ -374,6 +374,7 @@ export default {
methods: {
...mapActions({setUser: 'user:set'}),
checkMouseOver: throttle(function throttleSearch () {
if (this.editingTags) return;
this.closeFilterPanel();
}, 250),
editTags () {