WIP for showing pills in edit history

This commit is contained in:
Bruno Windels
2019-06-26 11:59:56 +02:00
parent e54881aa24
commit 19b4699bc2
2 changed files with 52 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export function pillifyLinks(nodes, mxEvent) {
}
if (node.childNodes && node.childNodes.length && !pillified) {
pillifyLinks(node.childNodes);
pillifyLinks(node.childNodes, mxEvent);
}
node = node.nextSibling;