-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scroll lock on mobile - all zoom 💞 (#307)
- Loading branch information
1 parent
850bbf4
commit e43ae95
Showing
7 changed files
with
51 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@zoom-image/core": patch | ||
--- | ||
|
||
Fix scroll lock on mobile - all zoom 💞 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"@zoom-image/core": { | ||
"createZoomImageWheel": "2.08 KB", | ||
"createZoomImageHover": "1.26 KB", | ||
"createZoomImageMove": "991 B", | ||
"createZoomImageClick": "930 B", | ||
"createZoomImageWheel": "2.09 KB", | ||
"createZoomImageHover": "1.28 KB", | ||
"createZoomImageMove": "988 B", | ||
"createZoomImageClick": "936 B", | ||
"cropImage": "386 B", | ||
"makeCalculateZoom": "132 B", | ||
"makeCalculatePercentage": "124 B" | ||
}, | ||
"@zoom-image/react": { | ||
"useZoomImageWheel": "2.35 KB", | ||
"useZoomImageHover": "1.54 KB", | ||
"useZoomImageWheel": "2.37 KB", | ||
"useZoomImageHover": "1.55 KB", | ||
"useZoomImageMove": "1.22 KB", | ||
"useZoomImageClick": "1.16 KB" | ||
"useZoomImageClick": "1.17 KB" | ||
}, | ||
"@zoom-image/preact": { | ||
"useZoomImageWheel": "3.24 KB", | ||
"useZoomImageHover": "2.45 KB", | ||
"useZoomImageWheel": "3.26 KB", | ||
"useZoomImageHover": "2.46 KB", | ||
"useZoomImageMove": "2.15 KB", | ||
"useZoomImageClick": "2.09 KB" | ||
"useZoomImageClick": "2.1 KB" | ||
}, | ||
"@zoom-image/qwik": { | ||
"useZoomImageWheel": "2.5 KB", | ||
"useZoomImageHover": "1.65 KB", | ||
"useZoomImageWheel": "2.51 KB", | ||
"useZoomImageHover": "1.66 KB", | ||
"useZoomImageMove": "1.33 KB", | ||
"useZoomImageClick": "1.27 KB" | ||
"useZoomImageClick": "1.28 KB" | ||
}, | ||
"@zoom-image/solid": { | ||
"useZoomImageWheel": "3.54 KB", | ||
"useZoomImageHover": "2.72 KB", | ||
"useZoomImageWheel": "3.55 KB", | ||
"useZoomImageHover": "2.74 KB", | ||
"useZoomImageMove": "2.44 KB", | ||
"useZoomImageClick": "2.38 KB" | ||
"useZoomImageClick": "2.39 KB" | ||
}, | ||
"@zoom-image/svelte": { | ||
"useZoomImageWheel": "2.54 KB", | ||
"useZoomImageHover": "1.74 KB", | ||
"useZoomImageWheel": "2.56 KB", | ||
"useZoomImageHover": "1.75 KB", | ||
"useZoomImageMove": "1.44 KB", | ||
"useZoomImageClick": "1.38 KB" | ||
}, | ||
"@zoom-image/vue": { | ||
"useZoomImageWheel": "2.34 KB", | ||
"useZoomImageWheel": "2.35 KB", | ||
"useZoomImageHover": "1.53 KB", | ||
"useZoomImageMove": "1.21 KB", | ||
"useZoomImageClick": "1.15 KB" | ||
"useZoomImageClick": "1.16 KB" | ||
}, | ||
"@zoom-image/angular": { | ||
"ZoomImageClickService": "3.92 KB", | ||
"ZoomImageHoverService": "3.92 KB", | ||
"ZoomImageMoveService": "3.92 KB", | ||
"ZoomImageWheelService": "3.92 KB" | ||
"ZoomImageHoverService": "3.94 KB", | ||
"ZoomImageWheelService": "3.94 KB", | ||
"ZoomImageMoveService": "3.94 KB", | ||
"ZoomImageClickService": "3.94 KB" | ||
} | ||
} |