Skip to content

Commit

Permalink
Merge branch 'master' into lastChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakar21 authored Sep 15, 2024
2 parents ec7cc67 + da09e46 commit 3914946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main/chat/chat.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h5 (click)="openProfileById(message.value.id)">{{ message.value.name}}</h5>
</div>
}
<div class="emoji-picker" *ngIf="isPickerVisible && pickerContext === 'reaction'" [ngStyle]="{ top: pickerPosition.top, left: pickerPosition.left }">
<emoji-mart [perLine]="8" (emojiClick)="addEmoji($event)"></emoji-mart>
<emoji-mart [exclude]="['skintones']" [perLine]="8" (emojiClick)="addEmoji($event)"></emoji-mart>
</div>

<!-- TODO: add focus textarea on click -->
Expand Down

0 comments on commit 3914946

Please sign in to comment.