Don't add to history when opening search dialog

This commit is contained in:
Nicolas Mowen 2025-11-25 09:17:53 -07:00
parent 8520ade5c4
commit 004581caf0

View File

@ -538,7 +538,7 @@ export default function SearchDetailDialog({
<Overlay
open={isOpen}
onOpenChange={handleOpenChange}
enableHistoryBack={true}
enableHistoryBack={false}
>
{isDesktop && onPrevious && onNext && (
<DialogPortal>