mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(segment-view): allow moving the indicator left on scroll without touch
This commit is contained in:
@ -762,7 +762,8 @@ export const IonSegmentContent = /*@__PURE__*/ defineContainer<JSX.IonSegmentCon
|
||||
|
||||
export const IonSegmentView = /*@__PURE__*/ defineContainer<JSX.IonSegmentView>('ion-segment-view', defineIonSegmentView, [
|
||||
'disabled',
|
||||
'ionSegmentViewScroll'
|
||||
'ionSegmentViewScroll',
|
||||
'ionSegmentViewScrollEnd'
|
||||
]);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user