Skip to content

Commit

Permalink
fix: enable useButton flag for normally rendered emojis (#379)
Browse files Browse the repository at this point in the history
I noticed the useButton input wasn't being set for ngx-emoji in normalRenderTemplate. Would be great if it could be fixed, unless that's intended.
  • Loading branch information
Endrzei authored May 25, 2021
1 parent ffe3add commit 5078454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/picker/category.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ import { EmojiFrequentlyService } from './emoji-frequently.service';
[backgroundImageFn]="emojiBackgroundImageFn"
[imageUrlFn]="emojiImageUrlFn"
[hideObsolete]="hideObsolete"
[useButton]="emojiUseButton"
(emojiOver)="emojiOver.emit($event)"
(emojiLeave)="emojiLeave.emit($event)"
(emojiClick)="emojiClick.emit($event)"
Expand Down

0 comments on commit 5078454

Please sign in to comment.