react-draft-wysiwyg
Advanced tools
Comparing version 1.12.15 to 1.12.16
{ | ||
"name": "react-draft-wysiwyg", | ||
"version": "1.12.15", | ||
"version": "1.12.16", | ||
"description": "A wysiwyg on top of DraftJS.", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-draft-wysiwyg.js", |
@@ -56,3 +56,3 @@ /* @flow */ | ||
addEmbeddedLink: Function = (embeddedLink, height, width): void => { | ||
console.log(this.props.config); | ||
const { editorState, onChange, config: { embedCallback} } = this.props; | ||
@@ -59,0 +59,0 @@ const src = embedCallback ? embedCallback(embeddedLink) : embeddedLink; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
501771
8228