mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: add to multi album selection (#21061)
This commit is contained in:
parent
47566c1a4a
commit
cda7249a6a
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
onclick={onAlbumClick}
|
onclick={onAlbumClick}
|
||||||
use:scrollIntoViewIfSelected
|
use:scrollIntoViewIfSelected
|
||||||
class="flex gap-4 px-2 py-2 text-start"
|
class="flex w-full gap-4 px-2 py-2 text-start"
|
||||||
class:bg-gray-200={selected}
|
class:bg-gray-200={selected}
|
||||||
class:dark:bg-gray-700={selected}
|
class:dark:bg-gray-700={selected}
|
||||||
use:longPress={{ onLongPress: () => handleMultiSelectClicked() }}
|
use:longPress={{ onLongPress: () => handleMultiSelectClicked() }}
|
||||||
|
|
@ -158,7 +158,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onclick={handleMultiSelectClicked}
|
onclick={handleMultiSelectClicked}
|
||||||
class="p-3 focus:outline-none hover:cursor-pointer"
|
class="absolute right-0 top-4 p-3 focus:outline-none hover:cursor-pointer"
|
||||||
role="checkbox"
|
role="checkbox"
|
||||||
tabindex={-1}
|
tabindex={-1}
|
||||||
aria-checked={selected}
|
aria-checked={selected}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue