autofocus

This commit is contained in:
Alejandro Gomez 2023-01-24 19:06:44 +01:00
parent d09144f87e
commit f2ed3f2d4c
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -46,7 +46,7 @@ export default function RootPage() {
</div></> : null}
{followHints()}
<Timeline key={tab} subject={timelineSubect} postsOnly={tab === RootTab.Posts} method={"TIME_RANGE"} />
<NoteCreator autoFocus={false} show={show} setShow={setShow} />
<NoteCreator autoFocus={true} show={show} setShow={setShow} />
</>
);
}