delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
187 stars 37 forks source link

Offset does not produce anything. #71

Open Nice2Work opened 5 months ago

Nice2Work commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. set offset using :offset=100
  2. open popup (same spot)
  3. set offset using :offset=-100
  4. open popup, same spot, always on the top

Expected behavior I was hoping to see this being like setting the popup to the bottom, right, left of the
<span @click="showEmojiPicker = !showEmojiPicker" style="font-size: 45px; cursor: pointer" v-html="showMyEmoji()"

Screenshots If applicable, add screenshots to help explain your problem.

Necessary information (please complete the following information):

Additional context I really love this little gadget and I think it deserves the love it can get.

delowardev commented 5 months ago

Thanks so much for reporting this issue, I will look into it.