mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 21:51:28 +00:00
fix combined/three panel transition to expandable mode
This commit is contained in:
@@ -282,7 +282,11 @@ const Article = {
|
|||||||
console.log("packing", row.id);
|
console.log("packing", row.id);
|
||||||
row.setAttribute("data-is-packed", "1");
|
row.setAttribute("data-is-packed", "1");
|
||||||
|
|
||||||
row.querySelector(".content-inner").innerHTML = `<div class="text-center text-muted">
|
const content_inner = row.querySelector(".content-inner");
|
||||||
|
|
||||||
|
// missing in unexpanded mode
|
||||||
|
if (content_inner)
|
||||||
|
content_inner.innerHTML = `<div class="text-center text-muted">
|
||||||
${__("Loading, please wait...")}
|
${__("Loading, please wait...")}
|
||||||
</div>`
|
</div>`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user