Don't scroll vertical

pull/441/head
Lim Chee Aun 2024-03-01 13:20:12 +08:00
rodzic ab0472de02
commit b479fa1f35
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -531,6 +531,7 @@ function Catchup() {
.querySelector(`[data-author="${selectedAuthor}"]`)
?.scrollIntoView({
behavior: 'smooth',
block: 'nearest',
inline: 'center',
});
}, 500);