Article.pack: add no-op for three panel mode

This commit is contained in:
Andrew Dolgov 2021-04-22 17:50:07 +03:00
parent df145c8064
commit e8e4fc641e
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ const Article = {
}
},
pack: function(row) {
if (row.getAttribute("data-is-packed") != "1") {
if (row.getAttribute("data-is-packed") != "1" && row.hasClassName("cdm")) {
console.log("packing", row.id);
row.setAttribute("data-is-packed", "1");