Skip to content

Commit

Permalink
refactor: 删除touchable
Browse files Browse the repository at this point in the history
  • Loading branch information
yandadaFreedom committed May 24, 2024
1 parent d4ba918 commit 51a02f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface UseInnerPropsOptions {
removeProps?: string[];
config?: {
layoutRef?: React.MutableRefObject<any>;
touchable?: boolean
disableTouch?: boolean
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const _ScrollView = forwardRef((props: ScrollViewProps = {}, ref: React.Forwarde
'bindscrolltoupper',
'bindscrolltolower',
'bindrefresherrefresh'
], { layoutRef, touchable: true });
], { layoutRef });

const refreshColor = {
'black': ['#000'],
Expand Down

0 comments on commit 51a02f6

Please sign in to comment.