reset floating menu when refresh, fix #277

This commit is contained in:
Nicolas Constant 2020-05-06 18:24:03 -04:00
parent 3c8805b876
commit 79566d4856
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ export class UserProfileComponent implements OnInit {
refresh(): any {
this.showFloatingHeader = false;
this.showFloatingStatusMenu = false;
this.load(this.lastAccountName);
}