click event is modified
This commit is contained in:
parent
90351d64ee
commit
6ab37e2d8a
|
@ -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>
|
||||
|
|
|
@ -120,6 +120,7 @@
|
|||
}
|
||||
|
||||
.myprofile-item {
|
||||
-webkit-app-region: no-drag;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
transform: translateY(2px);
|
||||
|
|
|
@ -250,6 +250,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
|
|||
// })
|
||||
// )
|
||||
// .subscribe();
|
||||
event.preventDefault();
|
||||
|
||||
this.logger.debug('onClickOpenProfile');
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user