UNPKG

react-beautiful-dnd

Version:

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

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