|
@@ -6629,7 +6629,7 @@ extension KMMainViewController: ComponentGroupDelegate {
|
|
|
}
|
|
|
}
|
|
|
} else if(menuItemProperty?.identifier == PDFViewMenuIdentifier_Normal_EnterPageNum) {
|
|
|
- sideBarController?.beginEditing()
|
|
|
+ gotoPage(nil)
|
|
|
} else if(menuItemProperty?.identifier == PDFViewMenuIdentifier_Normal_PageBack) {
|
|
|
if let objectListView = menuItemProperty?.representedObject as? CPDFListView {
|
|
|
if(objectListView.canGoBack() == true) {
|