Skip to content

Commit

Permalink
Final push for WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dihmeetree committed Feb 25, 2020
1 parent 0cfcfa0 commit 3d32377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down

0 comments on commit 3d32377

Please sign in to comment.