mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
Block a user