Add missing stopPropagation
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user