Fix Portal broad event stopper (#4674)

This commit is contained in:
Nicolas Gotchac 2017-02-24 18:04:26 +01:00 committed by Jaco Greeff
parent 7a773b42bf
commit 9ff427caaf

View File

@ -146,7 +146,6 @@ export default class Portal extends Component {
}
stopEvent = (event) => {
event.preventDefault();
event.stopPropagation();
}