We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832fc9a commit 7c4d980Copy full SHA for 7c4d980
packages/core/src/drag/useGetViableDragPositions.ts
@@ -106,6 +106,7 @@ export const useGetViableDragPositions = () => {
106
environment.items,
107
environment.linearItems,
108
getParentOfLinearItem,
109
+ isDescendant,
110
]
111
);
112
};
packages/core/src/style.css
@@ -126,7 +126,7 @@
126
}
127
128
.rct-tree-drag-between-line-top {
129
- top: 0px;
+ top: 0;
130
131
132
.rct-tree-drag-between-line-bottom {
0 commit comments