mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +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>
|
</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 -->
|
<!-- Multiselection mode app bar -->
|
||||||
{#if isMultiSelectionMode}
|
{#if isMultiSelectionMode}
|
||||||
<ControlAppBar
|
<ControlAppBar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue