mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
semicolon
This commit is contained in:
parent
f035b8c50e
commit
485343864c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_delayedUpdate: new rate_limited_func(function() {
|
||||
this.forceUpdate()
|
||||
this.forceUpdate();
|
||||
}, 500),
|
||||
|
||||
onAction: function(payload) {
|
||||
|
|
Loading…
Reference in a new issue