mirror of
https://github.com/immich-app/immich.git
synced 2026-03-23 10:39:41 +03:00
fix(web): escape shortcut handling (#26096)
This commit is contained in:
@@ -242,7 +242,6 @@
|
||||
|
||||
<svelte:document
|
||||
use:shortcuts={[
|
||||
{ shortcut: { key: 'Escape' }, onShortcut: onEscape },
|
||||
{ shortcut: { ctrl: true, key: 'k' }, onShortcut: () => input?.select() },
|
||||
{ shortcut: { ctrl: true, shift: true, key: 'k' }, onShortcut: onFilterClick },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user