click event is modified
This commit is contained in:
parent
90351d64ee
commit
6ab37e2d8a
|
@ -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>
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -250,6 +250,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
|
||||||
// })
|
// })
|
||||||
// )
|
// )
|
||||||
// .subscribe();
|
// .subscribe();
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
this.logger.debug('onClickOpenProfile');
|
this.logger.debug('onClickOpenProfile');
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user