WIP for showing pills in edit history

This commit is contained in:
Bruno Windels 2019-06-03 14:31:09 +02:00
parent e54881aa24
commit 19b4699bc2
2 changed files with 52 additions and 1 deletions

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;