raydit-editor 0.0.14 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5492,7 +5492,6 @@ var RayditEditor = ({
|
|
|
5492
5492
|
}) => {
|
|
5493
5493
|
const lastSavedRef = React2.useRef("");
|
|
5494
5494
|
const isDirtyRef = React2.useRef(false);
|
|
5495
|
-
console.log("demo", 233232362);
|
|
5496
5495
|
const editor = react.useEditor({
|
|
5497
5496
|
autofocus: autoFocus,
|
|
5498
5497
|
editable: !disabled,
|