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
As I check the vue-emoji-picker can only use @click.stop to open the picker. I also have another popover and my purpose is I want to close the popover when click to open the picker but it can not trigger a click when I click to open the picker. Is there any way to close my popover before the picker is open?
Noted: my popover is triggered by add event click to document and the click is outside my popover.
The text was updated successfully, but these errors were encountered:
Chhunneng
changed the title
@click.stop not trigger the click event
@click.stop not trigger the click event on document.addEventListener
Feb 3, 2023
As I check the vue-emoji-picker can only use @click.stop to open the picker. I also have another popover and my purpose is I want to close the popover when click to open the picker but it can not trigger a click when I click to open the picker. Is there any way to close my popover before the picker is open?
Noted: my popover is triggered by add event click to document and the click is outside my popover.
The text was updated successfully, but these errors were encountered: