Disable goo on safari

This commit is contained in:
2023-01-01 22:34:43 +03:00
parent 689dc589bc
commit 432f799367

View File

@@ -29,7 +29,8 @@ export default () => {
}
}
const gooey = true;
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
const gooey = !isSafari;
createEffect((prev) => {
if (prev !== state.visibleChapter()) {