From f9a381eccaf4062d2ac3a7a13fe0e8728d46f007 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Mar 2021 08:35:02 +0300 Subject: grid: add a header icon (and a hotkey) to toggle article span entire row --- js/App.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/App.js') diff --git a/js/App.js b/js/App.js index 649571593..e2da5433b 100644 --- a/js/App.js +++ b/js/App.js @@ -1204,6 +1204,9 @@ const App = { Headlines.renderAgain(); }); }; + this.hotkey_actions["article_span_grid"] = () => { + Article.cdmToggleGridSpan(Article.getActive()); + }; } }, openPreferences: function(tab) { -- cgit v1.2.3-54-g00ecf