Skip to content

Commit

Permalink
fix: set default of enableFrequentEmojiSort to false
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Mar 17, 2020
1 parent 2f0480f commit b530735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/picker/picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class PickerComponent implements OnInit {
@Input() categoriesIcons = icons.categories;
@Input() searchIcons = icons.search;
@Input() useButton = false;
@Input() enableFrequentEmojiSort = true;
@Input() enableFrequentEmojiSort = false;
@Input() enableSearch = true;
@Input() showSingleCategory = false;
@Output() emojiClick = new EventEmitter<any>();
Expand Down

0 comments on commit b530735

Please sign in to comment.