Forráskód Böngészése

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

tangchao 9 hónapja
szülő
commit
7295839425

+ 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)
         }