added dictionary lookup
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
setActiveSection(getActiveSection() === "cube" ? "home" : "cube");
|
||||
});
|
||||
|
||||
bindClick(elements.openAlphabetEl, () => {
|
||||
bindClick(elements.openAlphabetWordEl, () => {
|
||||
setActiveSection(getActiveSection() === "alphabet" ? "home" : "alphabet");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user