Skip to content

Commit

Permalink
fix(reorder-group): event bubbles up (#16030)
Browse files Browse the repository at this point in the history
fixes #16010
  • Loading branch information
manucorporat committed Oct 22, 2018
1 parent 7ac15a8 commit ce80b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/reorder-group/reorder-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class ReorderGroup implements ComponentInterface {
*
* The complete() method exposed as
*/
@Event({ bubbles: false }) ionItemReorder!: EventEmitter<ItemReorderDetail>;
@Event() ionItemReorder!: EventEmitter<ItemReorderDetail>;

async componentDidLoad() {
const contentEl = this.el.closest('ion-content');
Expand Down

0 comments on commit ce80b24

Please sign in to comment.