raydit-editor 0.0.9 → 0.0.10
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5086,6 +5086,7 @@ var NotionEditor = ({
|
|
|
5086
5086
|
}) => {
|
|
5087
5087
|
const lastSavedRef = React.useRef("");
|
|
5088
5088
|
const isDirtyRef = React.useRef(false);
|
|
5089
|
+
console.log("demo", 233232362);
|
|
5089
5090
|
const editor = react.useEditor({
|
|
5090
5091
|
autofocus: autoFocus,
|
|
5091
5092
|
editable: !disabled,
|