mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): hide assets when selecting album cover (#2176)
This commit is contained in:
parent
5d21dc95ea
commit
2b5484539d
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@
|
|||
};
|
||||
</script>
|
||||
|
||||
<section class="bg-immich-bg dark:bg-immich-dark-bg">
|
||||
<section class="bg-immich-bg dark:bg-immich-dark-bg" class:hidden={isShowThumbnailSelection}>
|
||||
<!-- Multiselection mode app bar -->
|
||||
{#if isMultiSelectionMode}
|
||||
<ControlAppBar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue