[v0.0.1] Fixes Drag Event in ClickOutside Directive

This commit is contained in:
2022-09-12 06:18:56 -03:00
parent f2c6550166
commit 835c4d0cc4
2 changed files with 23 additions and 16 deletions

View File

@@ -97,6 +97,7 @@ export class HeaderComponent {
this.navSliderStatus = false;
this.userSliderStatus = false;
this.profileDropdownState = false;
}
private createSignupPopup() {
@@ -119,6 +120,7 @@ export class HeaderComponent {
this.navSliderStatus = false;
this.userSliderStatus = false;
this.profileDropdownState = false;
}
private closeLoginPopup() {