hotfix: viewerDocService doesn't remove existing marked content

This commit is contained in:
Kilian Schuettler 2024-09-11 16:34:21 +02:00
parent ed7a701ad9
commit 8e165a41d7

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());
}