Skip to content

Commit 92b5d48

Browse files
authored
Merge pull request #755 from aswathpp97/fix/no-disable-auto-scroll-key
fix: can't find key 'disableAutoscroll' in SortableContainerProps
2 parents 0d2ef54 + 1aa0e73 commit 92b5d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export interface SortableContainerProps {
8888
getContainer?: ContainerGetter;
8989
getHelperDimensions?: (sort: SortStart) => Dimensions;
9090
helperContainer?: HTMLElement | HelperContainerGetter;
91+
disableAutoscroll?: boolean;
9192
}
9293

9394
export interface SortableElementProps {

0 commit comments

Comments
 (0)