mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(item-sliding): no longer close all open items when deleting an item (#17579)
* fix auto close items when deleting an item, remove extra click * lint file
This commit is contained in:
@ -90,7 +90,10 @@ export class ItemSliding implements ComponentInterface {
|
||||
|
||||
this.item = null;
|
||||
this.leftOptions = this.rightOptions = undefined;
|
||||
this.closeOpened();
|
||||
|
||||
if (openSlidingItem === this.el) {
|
||||
openSlidingItem = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user