removed hidden action timeout to 1 sec
This commit is contained in:
parent
f3c0c09f78
commit
a53a0080e9
@ -21,6 +21,6 @@ export class HiddenActionComponent implements OnInit {
|
||||
clearTimeout(this._clickCountTimeout);
|
||||
this._clickCountTimeout = setTimeout(() => {
|
||||
this._clickCount = 0;
|
||||
}, 10000);
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user