summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-11 08:45:43 +0300
committerAndrew Dolgov <[email protected]>2021-03-11 08:45:43 +0300
commitde47082ca6a9b03929f946745de1434b1a8da8b7 (patch)
tree7a6b77f69f04bf5da17f2760f4d039f1f35c0182
parentf9a381eccaf4062d2ac3a7a13fe0e8728d46f007 (diff)
Article.cdmToggleGridSpan: also set as active
-rw-r--r--js/Article.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Article.js b/js/Article.js
index 5c39240c7..facd5f29e 100644
--- a/js/Article.js
+++ b/js/Article.js
@@ -103,6 +103,7 @@ const Article = {
else
row.style.gridColumn = '';
+ this.setActive(id);
this.cdmMoveToId(id);
}
},