Re-trigger build

This commit is contained in:
Dmitry Yankowski
2020-02-25 02:04:10 -05:00
parent 90d347dc89
commit b8ba6e39e2

View File

@@ -49,7 +49,7 @@ export default {
collapse({ target }) {
const parent = target.parentNode.parentNode;
parent.querySelector(".collapsible").classList.toggle("hidden");
// Save collapsed section to local state
// Save collapsed section into the collapsedSections array
this.$store.commit("setCollapsedSection", this.sectionString);
},
isCollapsed(label) {