hotfix: viewerDocService doesn't remove existing marked content

This commit is contained in:
Kilian Schuettler 2024-09-11 16:34:21 +02:00 committed by Dominique Eifländer
parent f034c5bfa0
commit 31bf4ba8c8

View File

@ -140,7 +140,7 @@ public class PDFTronViewerDocumentService {
.map(LayerGroup::getVisualizations)
.flatMap(Collection::stream)
.map(Visualizations::getLayer)
.map(LayerIdentifier::name)
.map(LayerIdentifier::markedContentName)
.collect(Collectors.toSet());
}