mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Don't add to history when opening search dialog
This commit is contained in:
parent
8520ade5c4
commit
004581caf0
@ -538,7 +538,7 @@ export default function SearchDetailDialog({
|
||||
<Overlay
|
||||
open={isOpen}
|
||||
onOpenChange={handleOpenChange}
|
||||
enableHistoryBack={true}
|
||||
enableHistoryBack={false}
|
||||
>
|
||||
{isDesktop && onPrevious && onNext && (
|
||||
<DialogPortal>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user