Skip to content

Commit

Permalink
fix: fix click event for mobile #720
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Aug 12, 2022
1 parent 5ea9fc3 commit ce6bced
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@scena/matrix": "^1.1.1",
"css-to-mat": "^1.0.3",
"framework-utils": "^1.1.0",
"gesto": "^1.12.0",
"gesto": "^1.12.1",
"overlap-area": "^1.1.0",
"react-compat-css-styled": "^1.0.8",
"react-css-styled": "^1.0.3"
Expand All @@ -114,7 +114,7 @@
"@scena/matrix": "^1.1.1",
"css-to-mat": "^1.0.3",
"framework-utils": "^1.1.0",
"gesto": "^1.12.0",
"gesto": "^1.12.1",
"overlap-area": "^1.1.0",
"react-compat-css-styled": "^1.0.8",
"react-css-styled": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-compat-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@scena/matrix": "^1.1.1",
"css-to-mat": "^1.0.3",
"framework-utils": "^1.1.0",
"gesto": "^1.12.0",
"gesto": "^1.12.1",
"overlap-area": "^1.1.0",
"react-compat-css-styled": "^1.0.8",
"react-css-styled": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@scena/react-guides": "^0.17.1",
"css-to-mat": "^1.0.3",
"framework-utils": "^1.1.0",
"gesto": "^1.12.0",
"gesto": "^1.12.1",
"overlap-area": "^1.1.0",
"react-css-styled": "^1.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11128,10 +11128,10 @@ gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2:
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==

gesto@^1.12.0, gesto@^1.3.0, gesto@^1.5.1, gesto@^1.7.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/gesto/-/gesto-1.12.0.tgz#522c3abb8e442412491626e8942f0bd856acacb2"
integrity sha512-SWQuDmgGMAxdkoeP+pwl10xx4B8GImbXUjOdNGxLNgF6HR2MaXX/VyL6wINpPjy1nz4ylliskwC0hKGGURcUDQ==
gesto@^1.12.1, gesto@^1.3.0, gesto@^1.5.1, gesto@^1.7.0:
version "1.12.1"
resolved "https://registry.yarnpkg.com/gesto/-/gesto-1.12.1.tgz#18544aa246e98782163f27b81dea8e45c4ddefc0"
integrity sha512-JmeCEdd5HLI4Yb2EvCCLbIjPYbNpM0Ui7pQ3ygy/ozOSKnHdNEEu9nfYWDBAUhf1K6dp4KOQxSeXoOnHRixo5Q==
dependencies:
"@daybrush/utils" "^1.7.1"
"@scena/event-emitter" "^1.0.2"
Expand Down

0 comments on commit ce6bced

Please sign in to comment.