mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
Article.render: parse dojo widgets
This commit is contained in:
@@ -242,6 +242,8 @@ const Article = {
|
||||
|
||||
container.innerHTML = row.getAttribute("data-content").trim();
|
||||
|
||||
dojo.parser.parse(container);
|
||||
|
||||
// blank content element might screw up onclick selection and keyboard moving
|
||||
if (container.textContent.length == 0)
|
||||
container.innerHTML += " ";
|
||||
|
||||
Reference in New Issue
Block a user