mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-18 12:11:17 +02:00
Merge branch 'dbkr/rate_limit_funcs' into develop
This commit is contained in:
commit
01bfb67b5b
@ -77,7 +77,7 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_delayedUpdate: new rate_limited_func(function() {
|
_delayedUpdate: new rate_limited_func(function() {
|
||||||
this.forceUpdate()
|
this.forceUpdate();
|
||||||
}, 500),
|
}, 500),
|
||||||
|
|
||||||
onAction: function(payload) {
|
onAction: function(payload) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user