(@fuse/loading-bar) Fixed: Don't turn off the auto mode on docs examples

This commit is contained in:
sercan 2021-09-06 23:56:39 +03:00
parent e671100bc5
commit 7b5217d009

View File

@ -89,9 +89,6 @@ export class LoadingBarComponent
// Show the loading bar
this._fuseLoadingBarService.show();
// Turn off the auto mode
this._fuseLoadingBarService.setAutoMode(false);
// Set the mode
this.mode = this.mode === 'indeterminate' ? 'determinate' : 'indeterminate';
this._fuseLoadingBarService.setMode(this.mode);