Skip to content

Instantly share code, notes, and snippets.

@levvsha
Created June 24, 2018 13:19
Show Gist options
  • Select an option

  • Save levvsha/ab2256e945f23b3a52294a0e5fd7501b to your computer and use it in GitHub Desktop.

Select an option

Save levvsha/ab2256e945f23b3a52294a0e5fd7501b to your computer and use it in GitHub Desktop.
const decorator = new CompositeDecorator([
{
strategy: findLinkEntities,
component: Link
}
]);
this.state = {
inlineToolbar: { show: false },
editorState: EditorState.createEmpty(decorator)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment