update lots of reader fixes
This commit is contained in:
@@ -249,6 +249,10 @@
|
||||
setActiveSection(getActiveSection() === "zodiac" ? "home" : "zodiac");
|
||||
});
|
||||
|
||||
bindClick(elements.openSkyEl, () => {
|
||||
setActiveSection(getActiveSection() === "sky" ? "home" : "sky");
|
||||
});
|
||||
|
||||
bindClick(elements.openNatalEl, () => {
|
||||
setActiveSection(getActiveSection() === "natal" ? "home" : "natal");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user