hotfix: viewerDocService doesn't remove existing marked content
This commit is contained in:
parent
f034c5bfa0
commit
31bf4ba8c8
@ -140,7 +140,7 @@ public class PDFTronViewerDocumentService {
|
|||||||
.map(LayerGroup::getVisualizations)
|
.map(LayerGroup::getVisualizations)
|
||||||
.flatMap(Collection::stream)
|
.flatMap(Collection::stream)
|
||||||
.map(Visualizations::getLayer)
|
.map(Visualizations::getLayer)
|
||||||
.map(LayerIdentifier::name)
|
.map(LayerIdentifier::markedContentName)
|
||||||
.collect(Collectors.toSet());
|
.collect(Collectors.toSet());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user