We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db572c commit 3fb2274Copy full SHA for 3fb2274
core/src/components/reorder-group/reorder-group.tsx
@@ -236,10 +236,6 @@ export class ReorderGroup implements ComponentInterface {
236
const fromIndex = indexForItem(selectedItemEl);
237
238
if (toIndex === fromIndex) {
239
- // TODO(FW-6590): Remove this once the deprecated event is removed
240
- // Since the ionReorderEnd event is emitted at the end of every reorder
241
- // gesture, even if the item did not move, the user can always call
242
- // complete() to reset the state of the reorder group.
243
this.completeReorder();
244
} else {
245
// TODO(FW-6590): Remove this once the deprecated event is removed
0 commit comments