Save locale
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-26 01:51:24 +03:00
parent 9d88c3e353
commit 6176c1c15a
5 changed files with 11 additions and 31 deletions

View File

@@ -18,7 +18,6 @@ export default () => {
<div
use:observer={(event) => {
if (event.isIntersecting) {
console.log(chapterName);
if (!state.scrolling()) {
setters.setVisibleChapter(chapterName);
} else if (state.visibleChapter() === chapterName) {