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