fix: update

parent 9fd4a601
...@@ -22,12 +22,9 @@ export class JsonComponent implements OnInit { ...@@ -22,12 +22,9 @@ export class JsonComponent implements OnInit {
} }
ngOnInit() { ngOnInit() {
while (true) { setTimeout(() => {
if (term.term) { this.pause();
this.pause(); }, 2000);
break;
}
}
} }
setSpeed() { setSpeed() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment