UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

11 lines (8 loc) 195 B
// @flow import type { Position, } from '../../types'; // Not guarenteed to scroll by the entire amount export default (change: Position): void => { window.scrollBy(change.x, change.y); };