未验证 提交 9c39dafa 编写于 作者: J Jeff Wang 提交者: GitHub

Increase the debounce delay so it can pick up the smooth change. (#375)

上级 8758370d
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
smoothingValue: _.debounce( smoothingValue: _.debounce(
function() { function() {
this.config.smoothing = this.smoothingValue; this.config.smoothing = this.smoothingValue;
}, 50 }, 500
), ),
}, },
methods: { methods: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册