Update selected count when collapsing an article
This commit is contained in:
parent
51a2bac0f6
commit
b43b92928a
1 changed files with 2 additions and 0 deletions
|
@ -1416,6 +1416,8 @@ function cdmCollapseArticle(event, id, unmark) {
|
|||
if (id == getActiveArticleId()) {
|
||||
setActiveArticleId(0);
|
||||
}
|
||||
|
||||
updateSelectedPrompt();
|
||||
}
|
||||
|
||||
if (event) Event.stop(event);
|
||||
|
|
Loading…
Reference in a new issue