web: move focus to editor on Tab press in note title (#2983)

Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
Muhammad Ali
2023-07-24 14:33:00 +05:00
committed by GitHub
parent d12e14ab34
commit dd4d00eae6

View File

@@ -156,6 +156,7 @@ export function Autosuggest({
return (
<Input
ref={inputRef}
tabIndex={-1}
variant="clean"
sx={{
width: "auto",