Merge "Allow create-tap to bubble"
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
_handleCreateTap(e) {
|
_handleCreateTap(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.dispatchEvent(new CustomEvent('create-tap'));
|
this.dispatchEvent(new CustomEvent('create-tap', {bubbles: true}));
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
Reference in New Issue
Block a user