Skip to content

Commit

Permalink
fix(outliner): prevent drop target block focus-to-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonman225 authored and thesophiaxu committed Apr 13, 2022
1 parent 7f74785 commit 02d9d2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ChildrenContainer = styled('div')({
* a drag to be detected, but it shouldn't be too large and overlap with other
* drop targets.
*/
const dropTargetHeight = 30;
const dropTargetHeight = 20;
const DropTarget = styled('div')({
position: 'absolute',
left: '2rem',
Expand Down

0 comments on commit 02d9d2d

Please sign in to comment.