Final push for WIP
This commit is contained in:
parent
0cfcfa0026
commit
3d32377cb9
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export default {
|
|||
collapse({ target }) {
|
||||
const parent = target.parentNode.parentNode
|
||||
parent.querySelector(".collapsible").classList.toggle("hidden")
|
||||
|
||||
|
||||
// Save collapsed section into the collapsedSections array
|
||||
this.$store.commit("setCollapsedSection", this.sectionString)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue