atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix collection group scrolling

Juliet ee75449b 0ac9f622

+1 -1
+1 -1
src/views/repo/index.tsx
··· 237 237 // Handle scrolling to a collection group when hash is like #collections:app.bsky 238 238 createEffect(() => { 239 239 const hash = location.hash; 240 - if (hash.startsWith("#collections:")) { 240 + if (hash.startsWith("#collections:") && nsids()) { 241 241 const authority = hash.slice(13); 242 242 requestAnimationFrame(() => { 243 243 const element = document.getElementById(`collection-${authority}`);