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

View File

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

View File

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