WIP for showing pills in edit history
This commit is contained in:
parent
e54881aa24
commit
19b4699bc2
2 changed files with 52 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue