fix(segment): handle change of direction scrolling

This commit is contained in:
Tanner Reits
2024-09-27 18:34:19 -04:00
parent 0a13ab449a
commit 0fa5c99d99
5 changed files with 28 additions and 15 deletions

View File

@ -763,7 +763,8 @@ export const IonSegmentContent = /*@__PURE__*/ defineContainer<JSX.IonSegmentCon
export const IonSegmentView = /*@__PURE__*/ defineContainer<JSX.IonSegmentView>('ion-segment-view', defineIonSegmentView, [
'disabled',
'ionSegmentViewScroll',
'ionSegmentViewScrollEnd'
'ionSegmentViewScrollEnd',
'ionSegmentViewScrollStart'
]);