mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
fix(web): mouse-wheel scrolling on detail panel is disabled (#10080)
This commit is contained in:
parent
7651f70c88
commit
c4c070569f
@ -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…
x
Reference in New Issue
Block a user