소스 검색

add mising markSelected otpion to treedialog

Martin Kunz 10 달 전
부모
커밋
1b288093ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/TheTreeDialog.vue

+ 1 - 0
src/components/TheTreeDialog.vue

@@ -25,6 +25,7 @@ defineProps({
             v-if="store.rootNode != null"
             :model="store.rootNode"
             :filter-func = "$props.filterFunc"
+            :markSelected="false"
             @select-node="(node) => $emit('selectNode', node)"
              >
           </TreeItem>