Article.render: parse dojo widgets
This commit is contained in:
parent
91e7969383
commit
89e8176c69
|
@ -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 += " ";
|
||||
|
|
Loading…
Reference in New Issue