Skip to content

Commit

Permalink
fix:修复 datepicker 输入日期无效
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed Nov 22, 2021
1 parent cbee7f5 commit 8356df7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tree/utils/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ function fillExecuteCheck(
entities.forEach((entity) => {
const { parent } = entity

// Skip if no need to check
if (!entity.parent || visitedKeys.has(parent.key)) {
return
}
Expand Down

0 comments on commit 8356df7

Please sign in to comment.