We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4659b98 commit 6912fe6Copy full SHA for 6912fe6
core/src/components/segment/segment.tsx
@@ -344,7 +344,7 @@ export class Segment implements ComponentInterface {
344
// Remove the transform to slide the indicator back to the button clicked
345
currentIndicator.style.setProperty('transform', '');
346
347
- current.scrollIntoView();
+ this.scrollActiveButtonIntoView(true);
348
});
349
350
this.value = current.value;
0 commit comments