feat: handle escape key and higher wheel zoom ratio (#3471)

This commit is contained in:
martin
2023-07-30 18:03:08 +02:00
committed by GitHub
parent 95c75c289c
commit e368b9e50b
5 changed files with 63 additions and 12 deletions

View File

@@ -93,7 +93,7 @@
$: if (imgElement) {
createZoomImageWheel(imgElement, {
wheelZoomRatio: 0.06,
wheelZoomRatio: 0.2,
});
}
</script>