vue3-emoji-picker icon indicating copy to clipboard operation
vue3-emoji-picker copied to clipboard

Offset does not produce anything.

Open Nice2Work opened this issue 1 year ago • 1 comments

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):

  • Vue 3.x:
  • Vite/Vue-CLI version:
  • Node version:
  • EmojiPicker version: latest since 4/18/2024

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

Nice2Work avatar Apr 19 '24 19:04 Nice2Work

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

delowardev avatar Apr 19 '24 20:04 delowardev