@worksafevictoria/wcl7.5 1.17.0-beta.8 → 1.17.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -777,6 +777,7 @@ export default {
|
|
|
777
777
|
.getElementsByTagName('a')[0]
|
|
778
778
|
.setAttribute('aria-expanded', 'false')
|
|
779
779
|
this.isSecondLevelOpen = false
|
|
780
|
+
// fix introduced to re-open mobile menu after going back from 2nd level, ie "Main Menu" action
|
|
780
781
|
this.closeMegaMenu()
|
|
781
782
|
this.$nextTick(() => {
|
|
782
783
|
this.showMobileMenu()
|