fix
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<!-- QR popup overlay -->
|
<!-- QR popup overlay -->
|
||||||
@if (true) {
|
@if (qrImageUrl()) {
|
||||||
<div class="qr-overlay" (click)="closeQr()">
|
<div class="qr-overlay" (click)="closeQr()">
|
||||||
<div class="qr-modal" (click)="$event.stopPropagation()">
|
<div class="qr-modal" (click)="$event.stopPropagation()">
|
||||||
<button class="qr-modal__close" type="button" (click)="closeQr()" aria-label="Close">
|
<button class="qr-modal__close" type="button" (click)="closeQr()" aria-label="Close">
|
||||||
|
|||||||
Reference in New Issue
Block a user