Resolve "Change delete room timer to 5 sec"
This commit is contained in:
parent
78b17814f9
commit
a4a5aef5f2
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
{ status: "delete" }
|
{ status: "delete" }
|
||||||
);
|
);
|
||||||
|
|
||||||
this.timeout = 10;
|
this.timeout = 5;
|
||||||
this.timeoutTimer = setInterval(() => {
|
this.timeoutTimer = setInterval(() => {
|
||||||
this.timeout = this.timeout - 1;
|
this.timeout = this.timeout - 1;
|
||||||
if (this.timeout == 0) {
|
if (this.timeout == 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue