Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Oct 24, 2024
1 parent 68ef16f commit 9292505
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/data/tree-view/rich-tree-view/ordering/ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ To be able to reorder items, you first have to enable the `itemsReordering` expe
<RichTreeViewPro items={ITEMS} experimentalFeatures={{ itemsReordering: true }} />
```

See [Tree Item Customization—Apply the nested item's indentation at the item level](/x/react-tree-view/tree-item-customization/#apply-the-nested-items-indentation-at-the-item-level) for more details.
:::

## Enable drag & drop re-ordering
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const useTreeViewItems: TreeViewPlugin<UseTreeViewItemsSignature> = ({
params,
state,
setState,
experimentalFeatures,
}) => {
const getItemMeta = React.useCallback(
(itemId: string) => state.items.itemMetaMap[itemId],
Expand Down

0 comments on commit 9292505

Please sign in to comment.