We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa86c93 commit 3c71945Copy full SHA for 3c71945
react-common/components/share/ShareInfo.tsx
@@ -351,7 +351,10 @@ export const ShareInfo = (props: ShareInfoProps) => {
351
className="name-input"
352
initialValue={name}
353
placeholder={lf("Name your project")}
354
- onChange={setName} />
+ onChange={setName}
355
+ onBlur={setName}
356
+ onEnterKey={setName}
357
+ preserveValueOnBlur={true} />
358
{isLoggedIn && hasProjectBeenPersistentShared && <Checkbox
359
id="persistent-share-checkbox"
360
label={lf("Update existing share link for this project")}
0 commit comments