Skip to content

Commit f6bce3b

Browse files
author
Ives van Hoorne
committed
Fix sandbox title updating
1 parent 08a74cc commit f6bce3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/Editor/Workspace/SandboxDetails/SandboxTitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default class SandboxTitle extends React.PureComponent {
119119
onKeyUp={this.handleKeyUp}
120120
ref={this.select}
121121
onChange={this.handleChange}
122-
onBlur={this.handleChange}
122+
onBlur={this.handleRename}
123123
value={newTitle}
124124
/>
125125
</InputContainer>

0 commit comments

Comments
 (0)