forked from matrix/element-web
Don't update presence status if the user is clicks twice
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
deb50b2d43
commit
ef5fc7347a
|
@ -34,6 +34,7 @@ const PresenceContextMenuOption = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
|
if (this.isCurrent) return;
|
||||||
this.props.onChange(this.props.forStatus);
|
this.props.onChange(this.props.forStatus);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue