this repo has no description
0
fork

Configure Feed

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

Don't scroll vertical

+1
+1
src/pages/catchup.jsx
··· 531 531 .querySelector(`[data-author="${selectedAuthor}"]`) 532 532 ?.scrollIntoView({ 533 533 behavior: 'smooth', 534 + block: 'nearest', 534 535 inline: 'center', 535 536 }); 536 537 }, 500);