Ver Fonte

blockNode

visuddhinanda há 2 anos atrás
pai
commit
31bd0b27cd
1 ficheiros alterados com 2 adições e 1 exclusões
  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) => {