Autofocus note creator

This commit is contained in:
Kieran 2023-01-16 18:26:51 +00:00
parent bd39675453
commit d74b05be98
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -27,7 +27,7 @@ export default function RootPage() {
return (
<>
{pubKey ? <>
<NoteCreator show={true} autoFocus={false} />
<NoteCreator show={true} autoFocus={true} />
<div className="tabs root-tabs">
<div className={`root-tab f-1 ${tab === RootTab.Follows ? "active" : ""}`} onClick={() => setTab(RootTab.Follows)}>
Follows