touchbar icon indicating copy to clipboard operation
touchbar copied to clipboard

can't swipe through emojis without adding one

Open rr-kalbeck opened this issue 8 years ago • 2 comments

as i swipe through emojis to pick one, it adds one every time i swipe. seems it can't detect between a tap and a swipe

also in the touchbar editor the emojis are listed as 'popover' changing it to 'emoji scrubber' removes it

rr-kalbeck avatar Dec 20 '17 12:12 rr-kalbeck

I also am having this issue

thehappydinoa avatar May 25 '18 01:05 thehappydinoa

This is a known issue. Unfortunately, there is no Emoji Picker provided by the Electron API. I think it can currently only work in two ways:

  • Swipe through emojis and add one on each swipe (how it is working currently)
  • Swipe through emojis and adding emoji on click but it is not possible to add the same emoji twice or multiple times. You will need to add another emoji in between

felixerdy avatar May 25 '18 10:05 felixerdy