Evyatar

Results 130 comments of Evyatar

Here's the relevant handler: https://github.com/ealush/emoji-picker-react/blob/master/src/hooks/useMouseDownHandlers.ts#L79

HeyπŸ‘‹ I'm not sure what exactly you're experiencing. Can you share a video of the issue?

This is the intended behavior, as it enhahces the keyboard navigation capabilities. Once you hover over an emoji, or even scroll down, you can continue with keyboard navigation. Hitting esc,...

Yes, I have, but I believe that may introduce a different set of problems. Now, when you hit left or right, do you move the cursor, or the emojis? One...

Hey @onlyahost, I personally do not have anything in particular against virtualization, and what was right for v3 (when my previous comment was made) may not be right for v4,...

Sure, @chavda-bhavik, go ahead. In terms of library, I'll only allow a native solution. Most virtualization library are not suitable for this specific need, and I've if they do, they...

Oh. Any chance you have a working rpepro for me to look at?

Hi @vonagam, thank you for this request πŸ‘‹ I appreciate the time you have taken to make a suggestion to improve vest πŸ™ I definitely see the value in debouncing...

Hey @Lehoczky, thanks for bumping this issue. I think you are right. I should add some more real use-cases into the recipes section, and I also tend to agree with...

Ok. I took some time to think about debounce and how it plays out inside of Vest. Spent several iterations on that, and I think that I came up with...