Prettier fix

This commit is contained in:
Austin Chen 2022-07-16 12:50:49 -07:00
parent a3975080a1
commit 60f4e43cf3

View File

@ -94,7 +94,7 @@ export function TextEditor(props: {
return ( return (
<> <>
{/* hide placeholder when focused */} {/* hide placeholder when focused */}
<div className="[&:focus-within_p.is-empty]:before:content-none w-full"> <div className="w-full [&:focus-within_p.is-empty]:before:content-none">
{editor && ( {editor && (
<FloatingMenu <FloatingMenu
editor={editor} editor={editor}