mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(item-sliding): opening item while other items are open no longer requires multiple swipes (#23683)
resolves #21579
This commit is contained in:
@@ -247,7 +247,6 @@ export class ItemSliding implements ComponentInterface {
|
||||
const selected = openSlidingItem;
|
||||
if (selected && selected !== this.el) {
|
||||
this.closeOpened();
|
||||
return false;
|
||||
}
|
||||
|
||||
return !!(this.rightOptions || this.leftOptions);
|
||||
|
||||
Reference in New Issue
Block a user