|
@@ -38,6 +38,7 @@ internal class SemanticTag : ContainerElement
|
|
|
SemanticTreeManager.PushOnStack(SemanticTreeNode);
|
|
SemanticTreeManager.PushOnStack(SemanticTreeNode);
|
|
|
Canvas.SetSemanticNodeId(SemanticTreeNode.NodeId);
|
|
Canvas.SetSemanticNodeId(SemanticTreeNode.NodeId);
|
|
|
Child?.Draw(availableSpace);
|
|
Child?.Draw(availableSpace);
|
|
|
|
|
+ Canvas.SetSemanticNodeId(0);
|
|
|
SemanticTreeManager.PopStack();
|
|
SemanticTreeManager.PopStack();
|
|
|
}
|
|
}
|
|
|
|
|
|