moveToPost: tweak unexpanded 'next' behavior
This commit is contained in:
parent
5b9cb07d01
commit
7b7daed93b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue