@namespace DeepDrftPublic.Client.Controls @* Overlay is viewport-level/fixed regardless of DOM nesting; placing it outside the wrapper is harmless/cleaner but doesn't change its behavior. AutoClose is deliberately OFF: its modeless pointer-down tracking closes the popover on any click outside the overlay's DOM subtree โ€” including the portaled embed checkbox/copy-button โ€” which kills the embed affordance. Backdrop dismissal is handled by OnClick alone. *@ @* Activator and popover share this wrapper so MudPopover's anchoring reads the button's bounding rect. No shrink-wrap sizing โ€” width/min-width come from the documented RelativeWidth="Adaptive" on the popover, not from container CSS. *@
Copy link @if (_linkCopied) { Copied! } @* Embed is a single-track affordance only; a release page is not a single-track embed (ยง3b.3). *@ @if (!IsReleaseMode) { @if (_embed) { @if (_embedCopied) { Copied! } } }