bug: autofocus

This commit is contained in:
Kieran 2023-01-16 22:41:44 +00:00
parent f18616b921
commit e304d4cbac
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

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