react-beautiful-dnd
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -64,3 +64,3 @@ 'use strict'; | ||
var placeholder = memoizedPlaceholder(draggable.page.withMargin.width, draggable.page.withMargin.height); | ||
var placeholder = memoizedPlaceholder(draggable.client.withoutMargin.width, draggable.client.withoutMargin.height); | ||
@@ -67,0 +67,0 @@ return placeholder; |
{ | ||
"name": "react-beautiful-dnd", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Beautiful, accessible drag and drop for lists with React.js", | ||
@@ -5,0 +5,0 @@ "author": "Alex Reardon <areardon@atlassian.com>", |
@@ -1005,4 +1005,8 @@ # react-beautiful-dnd | ||
## Author / maintainer | ||
## Author | ||
Alex Reardon - [@alexandereardon](https://twitter.com/alexandereardon) - areardon@atlassian.com | ||
## Other maintainers | ||
Jared Crowe - jcrowe@atlassian.com |
@@ -72,4 +72,4 @@ // @flow | ||
const placeholder: Placeholder = memoizedPlaceholder( | ||
draggable.page.withMargin.width, | ||
draggable.page.withMargin.height, | ||
draggable.client.withoutMargin.width, | ||
draggable.client.withoutMargin.height, | ||
); | ||
@@ -76,0 +76,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
590273
1012