vue3-emoji-picker
vue3-emoji-picker copied to clipboard
Offset does not produce anything.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- set offset using :offset=100
- open popup (same spot)
- set offset using :offset=-100
- 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.
Thanks so much for reporting this issue, I will look into it.