Added length cap to sketch name (#944)

This commit is contained in:
siddhant 2019-03-21 02:02:01 +05:30 committed by Cassie Tarakajian
parent 1b468aa4ec
commit 98d7933dee
1 changed files with 1 additions and 0 deletions

View File

@ -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}