mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:25:56 +00:00
Update selected count when collapsing an article
This commit is contained in:
@@ -1416,6 +1416,8 @@ function cdmCollapseArticle(event, id, unmark) {
|
|||||||
if (id == getActiveArticleId()) {
|
if (id == getActiveArticleId()) {
|
||||||
setActiveArticleId(0);
|
setActiveArticleId(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateSelectedPrompt();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (event) Event.stop(event);
|
if (event) Event.stop(event);
|
||||||
|
|||||||
Reference in New Issue
Block a user