Skip to content

Instantly share code, notes, and snippets.

@dbilgili
Last active December 12, 2018 19:54
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 dbilgili/0a21b4de83b9c0591a5266d32709441f to your computer and use it in GitHub Desktop.
Save dbilgili/0a21b4de83b9c0591a5266d32709441f to your computer and use it in GitHub Desktop.
// vim: syntax=JSX
getPos = (left, top, height) => {
this.setState(prevState => ({style: {...prevState.style, left, top: top + height}}))
}
// return React.cloneElement(child, {open: this.open, getPos: this.getPos})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment