Fix dismissable layer regression (#22995)

* reset several dropdown and context menus to non-modal

* add specific e2e test to confirm pointer events bug
This commit is contained in:
Josh Hawkins
2026-04-24 17:24:24 -06:00
committed by GitHub
parent 434ef358a2
commit d8f70b7fed
11 changed files with 161 additions and 11 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ export default function LiveContextMenu({
return (
<div className={cn("w-full", className)}>
<ContextMenu key={camera} onOpenChange={handleOpenChange}>
<ContextMenu key={camera} modal={false} onOpenChange={handleOpenChange}>
<ContextMenuTrigger>{children}</ContextMenuTrigger>
<ContextMenuContent>
<div className="flex flex-col items-start gap-1 py-1 pl-2">