Skip to content

Commit 3fb2274

Browse files
committed
refactor(reorder-group): remove TODO to remove completeReorder
1 parent 7db572c commit 3fb2274

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/components/reorder-group/reorder-group.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ export class ReorderGroup implements ComponentInterface {
236236
const fromIndex = indexForItem(selectedItemEl);
237237

238238
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.
243239
this.completeReorder();
244240
} else {
245241
// TODO(FW-6590): Remove this once the deprecated event is removed

0 commit comments

Comments
 (0)