Browse Source

Adjust rebase artifact

Marcin Ziąbek 1 month ago
parent
commit
5ebd9cc6bf
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Source/QuestPDF/Drawing/DocumentContainer.cs

+ 1 - 3
Source/QuestPDF/Drawing/DocumentContainer.cs

@@ -22,9 +22,7 @@ namespace QuestPDF.Drawing
                 if (Pages.Count == 0)
                     Pages.Add(new Page());
 
-                container = container
-                    .DebugPointer(DebugPointerType.DocumentStructure, DocumentStructureTypes.Document.ToString())
-                    .SemanticDocument();
+                container = container.DebugPointer(DebugPointerType.DocumentStructure, DocumentStructureTypes.Document.ToString());
                 
                 if (Pages.Count == 1)
                 {