소스 검색

blockNode

visuddhinanda 2 년 전
부모
커밋
31bd0b27cd
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      dashboard/src/components/template/WbwSent.tsx

+ 2 - 1
dashboard/src/components/template/WbwSent.tsx

@@ -542,7 +542,8 @@ export const WbwSentCtl = ({
         })
       ) : (
         <Tree
-          selectable={false}
+          selectable={true}
+          blockNode
           treeData={wordData
             .filter((value) => value.sn.length === 1)
             .map((item, id) => {