Added length cap to sketch name (#944)
This commit is contained in:
parent
1b468aa4ec
commit
98d7933dee
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ class Toolbar extends React.Component {
|
|||
</a>
|
||||
<input
|
||||
type="text"
|
||||
maxLength="256"
|
||||
className="toolbar__project-name-input"
|
||||
value={this.props.project.name}
|
||||
onChange={this.handleProjectNameChange}
|
||||
|
|
Loading…
Reference in a new issue