Skip to content

Commit 7c4d980

Browse files
committed
chore: small fixes
1 parent 832fc9a commit 7c4d980

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/src/drag/useGetViableDragPositions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export const useGetViableDragPositions = () => {
106106
environment.items,
107107
environment.linearItems,
108108
getParentOfLinearItem,
109+
isDescendant,
109110
]
110111
);
111112
};

packages/core/src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
}
127127

128128
.rct-tree-drag-between-line-top {
129-
top: 0px;
129+
top: 0;
130130
}
131131

132132
.rct-tree-drag-between-line-bottom {

0 commit comments

Comments
 (0)