raydit-editor 0.0.13 → 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.mjs CHANGED
@@ -5474,7 +5474,6 @@ var RayditEditor = ({
5474
5474
  }) => {
5475
5475
  const lastSavedRef = useRef("");
5476
5476
  const isDirtyRef = useRef(false);
5477
- console.log("demo", 233232362);
5478
5477
  const editor = useEditor({
5479
5478
  autofocus: autoFocus,
5480
5479
  editable: !disabled,