-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems about pointer-events : none #3298
Comments
Hi, I've had the same problem, and I fixed it by updating |
I have the same issue :/ |
To avoid this, the following anatomy should fix this issue: <DropdownMenu>
<DropdownMenuTrigger>
</DropdownMenuTrigger>
<DropdownMenuContent>
<DropdownMenuLabel>
</DropdownMenuLabel>
<DropdownMenuSeparator/>
<DropdownMenuGroup>
<Dialog>
<DialogTrigger asChild>
<DropdownMenuItem>
</DropdownMenuItem>
</DialogTrigger>
<DialogContent>
<DialogHeader>
<DialogTitle>
</DialogTitle>
</DialogHeader>
</DialogContent>
</Dialog>
</DropdownMenuGroup>
</DropdownMenuContent>
</DropdownMenu> And close the Dialog and then close the DropdownMenu. The key point here is to wrap the I use the above anatomy without problems. |
(https://stackoverflow.com/questions/79295806/pointerevent-none-happened-when-close-modal-in-nextjs15)
I have this issues and I can not fix it.
The text was updated successfully, but these errors were encountered: