mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 02:13:51 -04:00
Merge 759a04459e98396ed507ee16d60d1f3aaa3efaaf into 4d20b11f256c40e3894c229ed638d7ea04ebdc44
This commit is contained in:
commit
148f864637
@ -46,6 +46,14 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<svelte:window
|
||||
on:keydown={(e) => {
|
||||
if (!searchFaces && /^[\dA-Za-z]$/.test(e.key)) {
|
||||
searchFaces = true;
|
||||
}
|
||||
}}
|
||||
/>
|
||||
|
||||
<section
|
||||
transition:fly={{ x: 360, duration: 100, easing: linear }}
|
||||
class="absolute top-0 z-[2001] h-full w-[360px] overflow-x-hidden p-2 bg-immich-bg dark:bg-immich-dark-bg dark:text-immich-dark-fg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user