Skip to content

Commit

Permalink
placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Jun 14, 2018
1 parent fdef7ae commit 2add044
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/state/droppable-dimension.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,13 @@ export const scrollDroppable = (
};
return result;
};

// TODO
const growSubjectIfNeeded = ({
draggables: DraggableDimensionMap,
droppable: DroppableDimension,
addition: Position,
}): DroppableDimension => {

};

0 comments on commit 2add044

Please sign in to comment.