Skip to content

Commit

Permalink
Merge pull request #755 from aswathpp97/fix/no-disable-auto-scroll-key
Browse files Browse the repository at this point in the history
fix: can't find key 'disableAutoscroll' in SortableContainerProps
  • Loading branch information
clauderic authored Mar 19, 2021
2 parents 0d2ef54 + 1aa0e73 commit 92b5d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export interface SortableContainerProps {
getContainer?: ContainerGetter;
getHelperDimensions?: (sort: SortStart) => Dimensions;
helperContainer?: HTMLElement | HelperContainerGetter;
disableAutoscroll?: boolean;
}

export interface SortableElementProps {
Expand Down

0 comments on commit 92b5d48

Please sign in to comment.