Article.cdmToggleGridSpan: also set as active

master
Andrew Dolgov 4 years ago
parent f9a381ecca
commit de47082ca6

@ -103,6 +103,7 @@ const Article = {
else else
row.style.gridColumn = ''; row.style.gridColumn = '';
this.setActive(id);
this.cdmMoveToId(id); this.cdmMoveToId(id);
} }
}, },

Loading…
Cancel
Save