Skip to content

Commit

Permalink
fix: fix drag-and-drop when entire Puck component used inside an iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Apr 11, 2024
1 parent e529e85 commit 23db292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@measured/auto-frame-component": "0.1.3",
"@measured/dnd": "16.6.0-canary.eda7e8b",
"@measured/dnd": "16.6.0-canary.4cba1d1",
"deep-diff": "^1.0.2",
"react-hotkeys-hook": "^4.4.1",
"react-spinners": "^0.13.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1453,10 +1453,10 @@
object-hash "^3.0.0"
react-frame-component "5.2.6"

"@measured/[email protected].eda7e8b":
version "16.6.0-canary.eda7e8b"
resolved "https://registry.yarnpkg.com/@measured/dnd/-/dnd-16.6.0-canary.eda7e8b.tgz#43786a28185c31eee84cfc7c04c4840c9e1a1d89"
integrity sha512-AXB10+927fl/R01gzae2+u9ZpL+3ES+YxpwZS+qkXyUJPSsU1fa3l1hrP9Lh+2JxXdRfsPwMt07Rpeco8j7GWA==
"@measured/[email protected].4cba1d1":
version "16.6.0-canary.4cba1d1"
resolved "https://registry.yarnpkg.com/@measured/dnd/-/dnd-16.6.0-canary.4cba1d1.tgz#47096fc962a9f69411e66e30d1c49b1ab4eb4e44"
integrity sha512-mMPQ5jElzQRZFR2HNyBn5WnPWpf+E464q1oT0qaI0dJtPqm7R/ssm5lcFDYaXApGvhZnrCRQWWT1ggoW80j0JA==
dependencies:
"@babel/runtime" "^7.23.2"
css-box-model "^1.2.1"
Expand Down

0 comments on commit 23db292

Please sign in to comment.