Replies: 2 comments 1 reply
-
I used a rather clumsy method <div onClick={(e)=>{ e.preventDefault()}}>
<Popover ...>
</div> |
Beta Was this translation helpful? Give feedback.
1 reply
-
这是自动回复的邮件。您好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I nest a link tag outside of a popover, clicking on the popover's trigger will redirect to the page. I cannot use bubbles to block it, nor can I block default events
Beta Was this translation helpful? Give feedback.
All reactions