Fixed expanded sections not opening on first click (mobile)

This commit is contained in:
squidfunk
2021-03-05 18:58:12 +01:00
parent 0e359b9649
commit 5d0cae7ca6
6 changed files with 21 additions and 17 deletions

View File

@@ -144,7 +144,7 @@ keyboard$
})
/* Set up patches */
patchIndeterminate({ document$ })
patchIndeterminate({ document$, tablet$ })
patchScrollfix({ document$ })
patchScrolllock({ viewport$, tablet$ })