mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-09 13:18:42 +00:00
(@fuse/loading-bar) Fixed: Don't turn off the auto mode on docs examples
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user