mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
ctrlclick in combined mode shouldn't open two windows
This commit is contained in:
@@ -15,7 +15,7 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
if (!in_body && (event.ctrlKey || id == Article.getActive() || App.getInitParam("cdm_expanded"))) {
|
if (!in_body && (event.ctrlKey || id == Article.getActive() || App.getInitParam("cdm_expanded"))) {
|
||||||
Article.openInNewWindow(id);
|
Article.openInNewWindow(id);
|
||||||
Headlines.toggleUnread(id, 0);
|
Headlines.toggleUnread(id, 0);
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Article.getActive() != id) {
|
if (Article.getActive() != id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user