Kurt

Results 1 issues of Kurt

I believe I know the answer why: This is part the code for nav in the master: ``` this.rootElement = document.querySelector('.js-side-nav'); this.sideNavContent = this.rootElement .querySelector('.js-side-nav-content'); this.sideNavBody = this.rootElement.querySelector('.side-nav__body'); this.rootElement.addEventListener('click', ()...