mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
moveToPost: tweak unexpanded 'next' behavior
This commit is contained in:
@@ -541,7 +541,7 @@ function moveToPost(mode, noscroll) {
|
||||
|
||||
} else if (next_id) {
|
||||
cdmExpandArticle(next_id);
|
||||
cdmScrollToArticleId(next_id, noscroll);
|
||||
cdmScrollToArticleId(next_id, true);
|
||||
}
|
||||
|
||||
} else if (next_id) {
|
||||
|
||||
Reference in New Issue
Block a user