Skip to content

Commit 7948ef4

Browse files
committed
refactor: haptic end first
1 parent abe95a4 commit 7948ef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,14 @@ export class ReorderGroup implements ComponentInterface {
250250
});
251251
}
252252

253+
hapticSelectionEnd();
254+
253255
this.ionReorderEnd.emit({
254256
from: fromIndex,
255257
to: toIndex,
256258
complete: this.completeReorder.bind(this),
257259
});
258260

259-
hapticSelectionEnd();
260261
}
261262

262263
private completeReorder(listOrReorder?: boolean | any[]): any {

0 commit comments

Comments
 (0)