Skip to content

Commit

Permalink
fixing fluid scroller tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed May 18, 2018
1 parent 2ea4a74 commit d8d2710
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 310 deletions.
2 changes: 1 addition & 1 deletion src/state/action-creators.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const bulkCollectionStarting = (): BulkCollectionStartingAction => ({
payload: null,
});

type UpdateDroppableScrollArgs = {
export type UpdateDroppableScrollArgs = {
id: DroppableId,
offset: Position,
}
Expand Down
Loading

0 comments on commit d8d2710

Please sign in to comment.