mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
Merge branch 'feature-7.0' into sync-feature-10-21
This commit is contained in:
@ -437,6 +437,10 @@ export class Segment implements ComponentInterface {
|
||||
|
||||
this.value = current.value;
|
||||
|
||||
if (current !== previous) {
|
||||
this.emitValueChange();
|
||||
}
|
||||
|
||||
if (this.scrollable || !this.swipeGesture) {
|
||||
if (previous) {
|
||||
this.checkButton(previous, current);
|
||||
|
||||
Reference in New Issue
Block a user