jodit-react
Advanced tools
Comparing version 1.0.58 to 1.0.59
{ | ||
"name": "jodit-react", | ||
"version": "1.0.58", | ||
"version": "1.0.59", | ||
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
@@ -19,3 +19,3 @@ "main": "build/jodit-react.js", | ||
"dependencies": { | ||
"jodit": "^3.4.22" | ||
"jodit": "^3.4.23" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
@@ -15,2 +15,3 @@ import React, { useEffect, useRef, forwardRef, useLayoutEffect } from 'react' | ||
value, | ||
editorRef | ||
} = props | ||
@@ -42,2 +43,6 @@ | ||
if (typeof editorRef === 'function') { | ||
editorRef(textArea.current) | ||
} | ||
return () => { | ||
@@ -44,0 +49,0 @@ textArea.current.destruct() |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
117589
405
Updatedjodit@^3.4.23