Headlines.click: clicking in body of currently active cdm article should mark

it as read, otherwise it's not possible without a kb shortcut or auto catchup
master
Andrew Dolgov 6 years ago
parent 7805b291b6
commit 75666ac7ab

@ -23,6 +23,8 @@ define(["dojo/_base/declare"], function (declare) {
if (!App.getInitParam("cdm_expanded"))
Article.cdmScrollToId(id);
} else if (in_body) {
Headlines.toggleUnread(id, 0);
}
return in_body;

Loading…
Cancel
Save