RED-9843: Delete entitylog when new layout analyis is needed for documine
This commit is contained in:
parent
0692cc90e4
commit
b1eee08b6f
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user