|
@@ -1144,8 +1144,8 @@ struct KMNMWCFlags {
|
|
|
func toggleOpenLeftSide(pdfSideBarType: KMPDFSidebarType) {
|
|
|
|
|
|
if pdfSideBarType == .search {
|
|
|
- botaViewController?.leftsideType = viewManager.pdfSideBarType
|
|
|
viewManager.pdfSideBarType = .search
|
|
|
+ botaViewController?.leftsideType = viewManager.pdfSideBarType
|
|
|
botaViewController?.searchViewC.handdler.pdfView = listView
|
|
|
} else if pdfSideBarType == .thumbnail {
|
|
|
botaViewController?.leftsideType = viewManager.pdfSideBarType
|