Add missing stopPropagation
This commit is contained in:
parent
2e5b3ec0f1
commit
d8f6a7c684
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ module.exports = React.createClass({
|
|||
|
||||
_onLoginAsGuestClick: function(ev) {
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
|
||||
const self = this;
|
||||
self.setState({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue