fixed bug
This commit is contained in:
parent
3e82d5aad5
commit
2aeb0d71df
@ -669,9 +669,9 @@ Node.prototype.setWatches = function()
|
||||
|
||||
if(time < 5)
|
||||
{
|
||||
this._chainDebouncer++;
|
||||
self._chainDebouncer++;
|
||||
} else {
|
||||
this._chainDebouncer = 0;
|
||||
self._chainDebouncer = 0;
|
||||
}
|
||||
|
||||
if(this._chainDebouncer < 20)
|
||||
|
Loading…
Reference in New Issue
Block a user