fix(reorder-group): event bubbles up (#16030)

fixes #16010
This commit is contained in:
Manu MA
2018-10-22 23:37:55 +02:00
committed by GitHub
parent 7ac15a875d
commit ce80b2470e

View File

@@ -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');