Skip to content
Snippets Groups Projects
Commit 132de1ef authored by Xiao Gui's avatar Xiao Gui
Browse files

remove init

parent 73be96c9
No related branches found
No related tags found
No related merge requests found
...@@ -140,10 +140,6 @@ export class SigninBanner implements OnInit, OnDestroy{ ...@@ -140,10 +140,6 @@ export class SigninBanner implements OnInit, OnDestroy{
) )
} }
ngAfterViewInit(){
this.settingBtn.nativeElement.click()
}
ngOnDestroy(){ ngOnDestroy(){
this.subscriptions.forEach(s => s.unsubscribe()) this.subscriptions.forEach(s => s.unsubscribe())
} }
......
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