Fixed double paragraphs in motion pdf which contains links (Fixed #3095).
This commit is contained in:
parent
259e338b17
commit
0036029709
@ -561,9 +561,6 @@ angular.module('OpenSlidesApp.core.pdf', [])
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "a":
|
case "a":
|
||||||
currentParagraph = parseChildren(alreadyConverted, element, currentParagraph, styles.concat(elementStyles[nodeName]), diff_mode);
|
|
||||||
alreadyConverted.push(currentParagraph);
|
|
||||||
break;
|
|
||||||
case "b":
|
case "b":
|
||||||
case "strong":
|
case "strong":
|
||||||
case "u":
|
case "u":
|
||||||
|
Loading…
Reference in New Issue
Block a user