1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-22 04:02:40 +03:00

Add missing stopPropagation

This commit is contained in:
Travis Ralston
2019-01-02 13:07:40 -07:00
parent 2e5b3ec0f1
commit d8f6a7c684

View File

@@ -216,6 +216,7 @@ module.exports = React.createClass({
_onLoginAsGuestClick: function(ev) {
ev.preventDefault();
ev.stopPropagation();
const self = this;
self.setState({