diff --git a/src/components/List/List.tsx b/src/components/List/List.tsx index 70084fceb..8b2300ff1 100644 --- a/src/components/List/List.tsx +++ b/src/components/List/List.tsx @@ -16,7 +16,7 @@ const b = block('list'); const DEFAULT_ITEM_HEIGHT = 28; const SortableListItem = SortableElement(ListItem); const SortableListContainer = SortableContainer(ListContainer, {withRef: true}); -const SortableSimpleContainer = SortableContainer(SimpleContainer); +const SortableSimpleContainer = SortableContainer(SimpleContainer, {withRef: true}); type ListState = { items: ListProps['items'];