Make threads the default page for spaces

This commit is contained in:
Jon Staab
2024-10-24 09:57:42 -07:00
parent d5cd751387
commit fa8799e406
5 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -33,11 +33,11 @@ export const createScroller = ({
}: ScrollerOpts) => {
let done = false
const check = async () => {
const container = element.classList.contains("scroll-container")
? element
: element.closest(".scroll-container")
const container = element.classList.contains("scroll-container")
? element
: element.closest(".scroll-container")
const check = async () => {
if (container) {
// While we have empty space, fill it
const {scrollY, innerHeight} = window