fix: update

parent 9fd4a601
......@@ -22,12 +22,9 @@ export class JsonComponent implements OnInit {
}
ngOnInit() {
while (true) {
if (term.term) {
setTimeout(() => {
this.pause();
break;
}
}
}, 2000);
}
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