click event is modified

This commit is contained in:
병준 박 2020-01-03 14:33:15 +09:00
parent 90351d64ee
commit 6ab37e2d8a
3 changed files with 3 additions and 1 deletions

View File

@ -220,7 +220,7 @@
<ucap-profile-my-profile-widget
[profileImageRoot]="sessionVerinfo.profileRoot"
[profileImageFile]="getMyProfileImageWidget()"
(openProfile)="onClickOpenProfile()"
(click)="onClickOpenProfile($event)"
*ngIf="!!loginRes"
class="myprofile-item"
></ucap-profile-my-profile-widget>

View File

@ -120,6 +120,7 @@
}
.myprofile-item {
-webkit-app-region: no-drag;
align-items: center;
display: flex;
transform: translateY(2px);

View File

@ -250,6 +250,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
// })
// )
// .subscribe();
event.preventDefault();
this.logger.debug('onClickOpenProfile');
return;