mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
fix(web): mouse-wheel scrolling on detail panel is disabled (#10080)
This commit is contained in:
parent
7651f70c88
commit
c4c070569f
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@
|
|||
</script>
|
||||
|
||||
<svelte:window
|
||||
on:wheel|preventDefault|nonpassive
|
||||
use:shortcuts={[
|
||||
{ shortcut: { key: 'c', ctrl: true }, onShortcut: onCopyShortcut, preventDefault: false },
|
||||
{ shortcut: { key: 'c', meta: true }, onShortcut: onCopyShortcut, preventDefault: false },
|
||||
|
|
Loading…
Reference in a new issue