1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

fix(web): do not set $isShowDetail to false when navigating to a person (#8472)

do not set isShowDetail to false when navigating to a person from detail view
This commit is contained in:
seasox 2024-04-02 21:12:47 +02:00 committed by GitHub
parent 282bccaca5
commit 6dfa9e1146
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,6 @@
};
const handleCloseViewer = () => {
$isShowDetail = false;
closeViewer();
};