소스 검색

【综合】BOTA大纲列表搜索忽略大小写偶发失效问题修复

tangchao 9 달 전
부모
커밋
7295839425
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController+Action.swift

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController+Action.swift

@@ -368,6 +368,7 @@ extension KMLeftSideViewController: NSMenuItemValidation {
             action == #selector(outlineContextMenuItemClicked_Rename) ||
             action == #selector(outlineContextMenuItemClicked_Promote) ||
             action == #selector(outlineContextMenuItemClicked_Demote) ||
+            action == #selector(toggleOutlineCaseInsensitiveSearch) ||
             action == #selector(leftSideEmptyAnnotationClick_DeleteOutline)) { // 大纲列表
             return self.outlineListValidateMenuItem(menuItem)
         }