Disable goo on safari
This commit is contained in:
@@ -29,7 +29,8 @@ export default () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const gooey = true;
|
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
|
||||||
|
const gooey = !isSafari;
|
||||||
|
|
||||||
createEffect((prev) => {
|
createEffect((prev) => {
|
||||||
if (prev !== state.visibleChapter()) {
|
if (prev !== state.visibleChapter()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user