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 abe95a4 commit 7948ef4Copy full SHA for 7948ef4
core/src/components/reorder-group/reorder-group.tsx
@@ -250,13 +250,14 @@ export class ReorderGroup implements ComponentInterface {
250
});
251
}
252
253
+ hapticSelectionEnd();
254
+
255
this.ionReorderEnd.emit({
256
from: fromIndex,
257
to: toIndex,
258
complete: this.completeReorder.bind(this),
259
260
- hapticSelectionEnd();
261
262
263
private completeReorder(listOrReorder?: boolean | any[]): any {
0 commit comments