Spaces:
Paused
Paused
Commit
·
852e1fb
1
Parent(s):
49ce402
Update app/editor/index.tsx
Browse files- app/editor/index.tsx +1 -1
app/editor/index.tsx
CHANGED
@@ -43,5 +43,5 @@ export default function Editor({ defaultValue }: { defaultValue: string }) {
|
|
43 |
}
|
44 |
}, [])
|
45 |
|
46 |
-
return <div ref={ref}
|
47 |
}
|
|
|
43 |
}
|
44 |
}, [])
|
45 |
|
46 |
+
return <div ref={ref} />
|
47 |
}
|