You've already forked matrix-react-sdk
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:
@@ -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