RED-9843: Delete entitylog when new layout analyis is needed for documine

This commit is contained in:
Dominique Eifländer 2024-08-19 15:22:33 +02:00
parent 0692cc90e4
commit b1eee08b6f

View File

@ -83,7 +83,7 @@ public class Entity {
.section(e.getSection()) .section(e.getSection())
.color(e.getColor()) .color(e.getColor())
.positions(e.getPositions()) .positions(e.getPositions())
.containingNode(document.getDocumentTree().getEntryById(e.getContainingNodeId()).getNode()) // .containingNode(document.getDocumentTree().getEntryById(e.getContainingNodeId()).getNode())
.textBefore(e.getTextBefore()) .textBefore(e.getTextBefore())
.textAfter(e.getTextAfter()) .textAfter(e.getTextAfter())
.startOffset(startOffset) .startOffset(startOffset)