mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:25:55 +00:00
fix clicking on feed title in virtual feeds
This commit is contained in:
@@ -2488,8 +2488,10 @@ function hlClicked(event, id) {
|
||||
|
||||
if (!event.ctrlKey) {
|
||||
view(id);
|
||||
return true;
|
||||
} else {
|
||||
toggleSelected(id);
|
||||
return false;
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user