mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(segment): handle change of direction scrolling
This commit is contained in:
@ -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'
|
||||
]);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user