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…
Reference in a new issue