updating text reader - wip
This commit is contained in:
@@ -86,6 +86,10 @@
|
||||
setActiveSection(getActiveSection() === "alphabet-letters" ? "home" : "alphabet-letters");
|
||||
});
|
||||
|
||||
bindClick(elements.openAlphabetTextEl, () => {
|
||||
setActiveSection(getActiveSection() === "alphabet-text" ? "home" : "alphabet-text");
|
||||
});
|
||||
|
||||
bindClick(elements.openNumbersEl, () => {
|
||||
setActiveSection(getActiveSection() === "numbers" ? "home" : "numbers");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user