1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

fix(web): mouse-wheel scrolling on detail panel is disabled (#10080)

This commit is contained in:
Alex 2024-06-10 12:05:52 -05:00 committed by GitHub
parent 7651f70c88
commit c4c070569f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,6 @@
</script> </script>
<svelte:window <svelte:window
on:wheel|preventDefault|nonpassive
use:shortcuts={[ use:shortcuts={[
{ shortcut: { key: 'c', ctrl: true }, onShortcut: onCopyShortcut, preventDefault: false }, { shortcut: { key: 'c', ctrl: true }, onShortcut: onCopyShortcut, preventDefault: false },
{ shortcut: { key: 'c', meta: true }, onShortcut: onCopyShortcut, preventDefault: false }, { shortcut: { key: 'c', meta: true }, onShortcut: onCopyShortcut, preventDefault: false },