Skip to content

Instantly share code, notes, and snippets.

@schabluk
Created May 3, 2017 07:56
Show Gist options
  • Save schabluk/cf615ccf6270dc37c7756a9bbd258dca to your computer and use it in GitHub Desktop.
Save schabluk/cf615ccf6270dc37c7756a9bbd258dca to your computer and use it in GitHub Desktop.
Draft JS code snippets
const startKey = editorState.getSelection().getStartKey()
const startOffset = editorState.getSelection().getStartOffset()
const block = editorState.getCurrentContent().getBlockForKey(startKey)
const entityKey = block.getEntityAt(startOffset)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment