From d8f6a7c684c0e1fd68d02ddc38ccd902387670f9 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 2 Jan 2019 13:07:40 -0700 Subject: [PATCH] Add missing stopPropagation --- src/components/structures/login/Login.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/login/Login.js b/src/components/structures/login/Login.js index 11bd3580e5..321084389b 100644 --- a/src/components/structures/login/Login.js +++ b/src/components/structures/login/Login.js @@ -216,6 +216,7 @@ module.exports = React.createClass({ _onLoginAsGuestClick: function(ev) { ev.preventDefault(); + ev.stopPropagation(); const self = this; self.setState({