Skip to content

Instantly share code, notes, and snippets.

@hendrikswan
Last active October 29, 2017 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hendrikswan/a8dd3b9b8cb858c0858a918d5723cdfc to your computer and use it in GitHub Desktop.
Save hendrikswan/a8dd3b9b8cb858c0858a918d5723cdfc to your computer and use it in GitHub Desktop.
function handleDrawingEvent(line) {
return (dispatch, getState) => {
console.log(`From (${line.from.x},${line.from.y}) to (${line.to.x},${line.to.y})`);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment