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 6adbc41 commit 125036fCopy full SHA for 125036f
src/react-bacon.js
@@ -42,6 +42,8 @@ module.exports.BaconMixin = ((function(){
42
if (!bus) {
43
bus = buses[eventName] = new Bacon.Bus();
44
this[eventName] = function sendEventToStream(event) {
45
+ event.preventDefault();
46
+ event.stopPropagation();
47
bus.push(event);
48
};
49
}
0 commit comments