mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-22 19:38:00 +00:00
serial: fixed unnecessary spinner - fixes #6449
This commit is contained in:
@@ -767,10 +767,10 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
|||||||
this.spinner.text = text
|
this.spinner.text = text
|
||||||
}
|
}
|
||||||
this.spinner.setSpinnerString(6)
|
this.spinner.setSpinnerString(6)
|
||||||
|
this.spinnerActive = true
|
||||||
this.zone.runOutsideAngular(() => {
|
this.zone.runOutsideAngular(() => {
|
||||||
this.spinner.start()
|
this.spinner.start()
|
||||||
})
|
})
|
||||||
this.spinnerActive = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected stopSpinner (): void {
|
protected stopSpinner (): void {
|
||||||
|
Reference in New Issue
Block a user