You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered: