Skip to content

Commit

Permalink
internal: fixes another typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Aug 7, 2024
1 parent 2b67716 commit 37e7564
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,7 @@ function setDragState(dragStateProps2) {
incomingDirection: void 0,
enterCount: 0,
targetIndex: 0,
pointerEnter: false,
affectedNodes: [],
dragMoving: false,
longPress: false,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,7 @@ function setDragState(dragStateProps2) {
incomingDirection: void 0,
enterCount: 0,
targetIndex: 0,
pointerEnter: false,
affectedNodes: [],
dragMoving: false,
longPress: false,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export function dragStateProps<T>(

return {
clonedDraggedNode: data.targetData.node.el.cloneNode(true) as Node,
preventEnter: false,
coordinates: {
x,
y,
Expand Down

0 comments on commit 37e7564

Please sign in to comment.