Skip to content

Commit 792864f

Browse files
author
Denis
authoredAug 2, 2021
fix(item-sliding): opening item while other items are open no longer requires multiple swipes (#23683)
resolves #21579
1 parent f2a05be commit 792864f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎core/src/components/item-sliding/item-sliding.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ export class ItemSliding implements ComponentInterface {
247247
const selected = openSlidingItem;
248248
if (selected && selected !== this.el) {
249249
this.closeOpened();
250-
return false;
251250
}
252251

253252
return !!(this.rightOptions || this.leftOptions);

0 commit comments

Comments
 (0)
Please sign in to comment.