Skip to content

Commit 0c3146e

Browse files
SnipxiText-CI
authored andcommitted
Move target counter handler preparation on relayot from HtmlDocument to Document
DEVSIX-5502 Autoported commit. Original commit hash: [65c57aee]
1 parent 391042f commit 0c3146e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

itext/itext.html2pdf/itext/html2pdf/attach/impl/layout/HtmlDocument.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public HtmlDocument(PdfDocument pdfDoc, PageSize pageSize, bool immediateFlush)
5959
public override void Relayout() {
6060
if (rootRenderer is HtmlDocumentRenderer) {
6161
((HtmlDocumentRenderer)rootRenderer).RemoveEventHandlers();
62-
((HtmlDocumentRenderer)rootRenderer).GetTargetCounterHandler().PrepareHandlerToRelayout();
6362
base.Relayout();
6463
((HtmlDocumentRenderer)rootRenderer).ProcessWaitingElement();
6564
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d652676acabeef9af50bdc0aea82ad4315495207
1+
65c57aee596ba14d0ac28e5da6da2d8fb1c7b1a4

0 commit comments

Comments
 (0)