Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov committed Apr 17, 2021
1 parent 83950d1 commit 07581e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export class PickerView {
}

onArrowDown() {

// If we are out of the emoji control (index is -1), select the first
// emoji in the first category by calling `onArrowRight`.
if (this.previewEmojiIdx == -1) {
Expand Down

0 comments on commit 07581e9

Please sign in to comment.