Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Jul 10, 2022
1 parent 322d7f9 commit 0585966
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/bigger-picture.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bigger-picture.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bigger-picture.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ function instance$3($$self, $$props, $$invalidate) {
if (pointerCache.size > 1) {
isPinch = true;
$$invalidate(4, pointerDown = false);
return opts.noPinch?.(container) || handlePinch(e);
return opts.noPinch?.(container.el) || handlePinch(e);
}

if (!pointerDown) {
Expand Down
2 changes: 1 addition & 1 deletion dist/bigger-picture.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@
if (pointerCache.size > 1) {
isPinch = true;
$$invalidate(4, pointerDown = false);
return opts.noPinch?.(container) || handlePinch(e);
return opts.noPinch?.(container.el) || handlePinch(e);
}

if (!pointerDown) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigger-picture",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/bigger-picture.umd.js",
"module": "dist/bigger-picture.mjs",
"svelte": "src/bigger-picture.js",
Expand Down

0 comments on commit 0585966

Please sign in to comment.