1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:46:00 +00:00

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

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");