mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(item-sliding): close() will maintain disabled state (#24847)
Resolves #24747
This commit is contained in:
@ -408,7 +408,7 @@ export class ItemSliding implements ComponentInterface {
|
|||||||
this.state = SlidingState.Disabled;
|
this.state = SlidingState.Disabled;
|
||||||
this.tmr = undefined;
|
this.tmr = undefined;
|
||||||
if (this.gesture) {
|
if (this.gesture) {
|
||||||
this.gesture.enable(true);
|
this.gesture.enable(!this.disabled);
|
||||||
}
|
}
|
||||||
}, 600) as any;
|
}, 600) as any;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user