1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

grid: add a header icon (and a hotkey) to toggle article span entire row

This commit is contained in:
Andrew Dolgov
2021-03-11 08:35:02 +03:00
parent 27ab16b6dc
commit f9a381ecca
10 changed files with 73 additions and 9 deletions

View File

@@ -1204,6 +1204,9 @@ const App = {
Headlines.renderAgain();
});
};
this.hotkey_actions["article_span_grid"] = () => {
Article.cdmToggleGridSpan(Article.getActive());
};
}
},
openPreferences: function(tab) {