mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 10:21:00 +01:00
Update selected count when collapsing an article
This commit is contained in:
parent
51a2bac0f6
commit
b43b92928a
@ -1416,6 +1416,8 @@ function cdmCollapseArticle(event, id, unmark) {
|
||||
if (id == getActiveArticleId()) {
|
||||
setActiveArticleId(0);
|
||||
}
|
||||
|
||||
updateSelectedPrompt();
|
||||
}
|
||||
|
||||
if (event) Event.stop(event);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user