|
@@ -635,6 +635,9 @@ extension KMLeftSideViewController {
|
|
for model in self.annoListModel?.datas ?? [] {
|
|
for model in self.annoListModel?.datas ?? [] {
|
|
for item in model.items {
|
|
for item in model.items {
|
|
if let anno = item.anno {
|
|
if let anno = item.anno {
|
|
|
|
+ if let data = anno as? CPDFFreeTextAnnotation {
|
|
|
|
+ self.listView?.commitEditAnnotationFreeText(data)
|
|
|
|
+ }
|
|
self.listView?.remove(anno)
|
|
self.listView?.remove(anno)
|
|
}
|
|
}
|
|
}
|
|
}
|