mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
fix(equipment): hack partially addressing #11015
This commit is contained in:
parent
fe04b56ecc
commit
0be1f3eb7c
1 changed files with 2 additions and 0 deletions
|
|
@ -187,6 +187,8 @@
|
|||
},
|
||||
hideDialog () {
|
||||
this.$root.$emit('bv::hide::modal', 'equipgear-modal');
|
||||
document.body.classList.remove('modal-open');
|
||||
document.body.setAttribute('data-modal-open-count', document.body.getAttribute('data-modal-open-count') - 1);
|
||||
},
|
||||
memberOverrideAvatarGear (gear) {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue