Fix in toggleModal
This commit is contained in:
parent
1519315cf1
commit
635c4a2855
1 changed files with 2 additions and 2 deletions
|
|
@ -79,9 +79,9 @@ export default {
|
|||
toggleModal() {
|
||||
if (this.isActive) {
|
||||
this.closeModal();
|
||||
} else {
|
||||
this.openModal();
|
||||
}
|
||||
|
||||
this.openModal();
|
||||
},
|
||||
openModal() {
|
||||
Modal.getOrCreateInstance(document.getElementById("footerModal")).show();
|
||||
|
|
|
|||
Loading…
Reference in a new issue