Open
Description
When ever my page mounts the Editor is not focused on. It'd only focus if i click on it.
I'm not sure if this is a bug. but all I've tried to get the editor to auto focus didn't work even after adding the autofocus prop.
<YooptaEditor
placeholder="Start creating"
plugins={plugins}
editor={editor}
value={value}
onChange={onChange}
tools={TOOLS}
style={{ width: "100%" }}
className="text-small-xl border w-full rounded p-2 cursor-text"
marks={MARKS}
autoFocus
/>
btw great editor
guys😌
Metadata
Assignees
Labels
No labels
Activity