|
@@ -208,6 +208,12 @@ extension KMLeftSideViewController {
|
|
|
|
|
|
menu.addItem(.separator())
|
|
|
let hideNotes = self.hideNotes()
|
|
|
+// var theItems: [KMBotaAnnotationModel] = []
|
|
|
+// for data in items ?? [] {
|
|
|
+// if let annoModel = data as? KMBotaAnnotationModel {
|
|
|
+// theItems.append(annoModel)
|
|
|
+// }
|
|
|
+// }
|
|
|
if hideNotes == false && (items?.count ?? 0) == 1 {
|
|
|
let annotation = self.noteItems(items!).lastObject as? CPDFAnnotation
|
|
|
if let data = annotation?.isEditable(), data {
|