Stream comes up!

This commit is contained in:
49lf
2024-07-26 15:52:35 -04:00
parent c678515c15
commit 397eb9bf5a
19 changed files with 462 additions and 221 deletions

View File

@ -24,7 +24,7 @@ export const ProjectCardRenameForm = forwardRef(
required
autoCorrect="off"
autoCapitalize="off"
defaultValue={project.name}
defaultValue={project.file.name}
ref={ref}
onKeyDown={(e) => {
if (e.key === 'Escape') {