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.mjs CHANGED
@@ -5068,6 +5068,7 @@ var NotionEditor = ({
5068
5068
  }) => {
5069
5069
  const lastSavedRef = useRef("");
5070
5070
  const isDirtyRef = useRef(false);
5071
+ console.log("demo", 233232362);
5071
5072
  const editor = useEditor({
5072
5073
  autofocus: autoFocus,
5073
5074
  editable: !disabled,