Skip to content

Commit

Permalink
fix(Tree): fix draggable switch(#2837) (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liao-js authored Apr 9, 2024
1 parent f2498c6 commit 529a49b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tree/hooks/useStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export function useStore(props: TdTreeProps, refresh: () => void): TreeStore {
activeMultiple,
disabled,
checkable,
draggable,
checkStrictly,
load,
lazy,
Expand All @@ -192,6 +193,7 @@ export function useStore(props: TdTreeProps, refresh: () => void): TreeStore {
activable,
activeMultiple,
checkStrictly,
draggable,
checkable,
disabled,
expandAll,
Expand Down

0 comments on commit 529a49b

Please sign in to comment.