|
@@ -590,6 +590,7 @@ import Cocoa
|
|
|
if (editController == nil) {
|
|
|
return
|
|
|
}
|
|
|
+ self.listView.annotationType = .highlight
|
|
|
|
|
|
editController?.view.removeFromSuperview()
|
|
|
editController?.removeFromParent()
|
|
@@ -598,6 +599,8 @@ import Cocoa
|
|
|
self.listView.layoutDocumentView()
|
|
|
self.view.window?.makeFirstResponder(self.listView)
|
|
|
|
|
|
+ self.listView.annotationType = .unkown
|
|
|
+
|
|
|
self.listView.go(toPageIndex: editController!.listViewCurrentIndex, animated: false)
|
|
|
}
|
|
|
|