mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
cdmClicked: allow shift-lclick
This commit is contained in:
@@ -1541,7 +1541,7 @@ function cdmClicked(event, id) {
|
||||
handle_rpc_json(transport);
|
||||
} });
|
||||
|
||||
return true;
|
||||
return !event.shiftKey;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user