currentView.classList.remove("current-view"); | |
newView.classList.add("current-view"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currentView.classList.remove("current-view"); | |
newView.classList.add("current-view"); |