mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-07-26 11:22:04 +00:00
feat: handle escape key and higher wheel zoom ratio (#3471)
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
$: if (imgElement) {
|
||||
createZoomImageWheel(imgElement, {
|
||||
wheelZoomRatio: 0.06,
|
||||
wheelZoomRatio: 0.2,
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user