Skip to content

Commit

Permalink
fix(comp:tree): tree select disabled not right (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Sep 4, 2023
1 parent 0bf4f6b commit c6b1bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tree/src/composables/useDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function mergeDisabled(
check: _mergeDisabled('check'),
drag: _mergeDisabled('drag'),
drop: _mergeDisabled('drop'),
select: _mergeDisabled('drag'),
select: _mergeDisabled('select'),
}
}

Expand Down

0 comments on commit c6b1bb3

Please sign in to comment.