hotfix: viewerDocService doesn't remove existing marked content
This commit is contained in:
parent
ed7a701ad9
commit
8e165a41d7
@ -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());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user